Skip to content

Latest commit

 

History

History
36 lines (30 loc) · 1.37 KB

README.md

File metadata and controls

36 lines (30 loc) · 1.37 KB

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.