Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 645 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 645 Bytes

Game Engine

This project is a experiment about game engine development. It's inspired by Cherno's Game Engine Tutorial Series

Build

This project only runs on macOS, but it should not be difficult to adapt the Makefiles to build on any operating system.

git clone --recurse-submodules https://github.com/lslm/game-engine
cd game-engine/Editor && make
./bin/editor

Dependencies