Skip to content

💥 A modern cross-platform game engine (WIP)

License

Notifications You must be signed in to change notification settings

justforlxz/Explosion

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Explosion Logo

Introduction

Explosion is a cross-platform game engine, based on modern graphics api (aka Vulkan, DirectX 12, Metal). Welcome to join the next generation game order.

Environment

There are some supported OS and compilers yet:

OS Compiler
Windows Visual Studio 2019+ x64
macOS Apple Clang x64

Build The Engine

Using cmake to configure and build project:

# Debug
cmake -S . -B build -DCMAKE_BUILD_TYPE=Debug
cmake --build build --config Debug

# Release
cmake -S . -B build -DCMAKE_BUILD_TYPE=Release
cmake --build build --config Release

Sponsor

JetBrains Open Source

License

MIT @ Explosion Development Team All right Reserved 2022.

About

💥 A modern cross-platform game engine (WIP)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 95.1%
  • CMake 3.8%
  • Other 1.1%