A game engine made by combining the following open source projects:
The easiest way to get started is to install vscode. After that you will need a C++ compiler for your platform:
Platform | Compiler | Instructions |
---|---|---|
Windows | msvc | Build tools for Visual Studio |
Linux | gcc | Install via your package manager |
macOS | Apple Clang | Install xcode from the app store |
After that you should be able to clone the repo and open it up in vscode