Explosion
                                
                                 Explosion copied to clipboard
                                
                                    Explosion copied to clipboard
                            
                            
                            
                        💥 A modern cross-platform game engine (WIP)

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
 
License
MIT @ Explosion Development Team All right Reserved 2022.