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.
There are some supported OS and compilers yet:
OS | Compiler |
---|---|
Windows | Visual Studio 2019+ x64 |
macOS | Apple Clang x64 |
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
MIT @ Explosion Development Team All right Reserved 2022.