Skip to content

OverShifted/OverEngine

Repository files navigation

OverEngine

Tiny little game engine

linux-build windows-build

Demo

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.