Don't forget to --recurse-submodules
to include all dependencies
git clone https://github.com/Politofr09/GameEngine.git --recurse-submodules
- Navigate to the
scripts
directory - Execute
Win-Setup.bat
- This will generate a .sln file and open directly Visual Studio.
cd scripts
./Win-Setup.bat
- Navigate to the
scripts
directory - Run
chmod +x Linux-Setup.sh
to be able to run the build script - Execute
Linux-Setup.sh
- This will generate a Makefile
- To compile everything, navigate back to the root of the repository and run
make
to compile the engine
cd scripts
chmod +x Linux-Setup.sh
./Linux-Setup.sh
cd ..
make
- Multiplatform: Works on Windows and Linux (not tested on other platforms) ✅
- 3D and 2D renderer, supports 3d models, text, and rects.