Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 355 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 355 Bytes

EasyEngine

Simple and easy-to-use game engine, I hope to give some help to friends who want to make their own game engine

How to Build

Replace the opengl library supported by the corresponding operating system, and then use cmake to compile.

mkdir build  
cd build  
cmake ..

EasyEngine

EasyEngine