Tiny little game engine
Run GenerateProjectFiles.bat
and open the generated solution file in Visual Studio 2022
Build with CMake:
git clone https://github.com/OverShifted/OverEngine
cd OverEngine
cmake -B build -DCMAKE_BUILD_TYPE=Debug && cmake --build build
Contributions are welcome.