OverEngine
Tiny little game engine

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