A game engine written in C++ to learn things from
IMPORTANT: This engine is still in its VERY EARLY STAGES, so it SHOULD NOT be used for production code.
Currently the engine is only tested on MSVC and Clang. Other compilers might not work.
NOTE: Destiny Engine does NOT support MinGW.
- Open this project as a folder.
- Click the run button on the top to run the project.
- Install the CMake Tools and the C++ extension.
- Install Visual Studio (For the MSVC toolchain) or Clang (LLVM).
- Open the project as a folder and wait for everything to finish generating.
- Click the run button at the bottom to run the project.
You might have to figure this one out yourself...