Everything as code!
A code-first game engine built on OpenGL, empowering you to build everything from scratch with clean, simple code.
demo/demo.cpp
- Skymap
- PBR shader
- Event system
- OBJ file import
You will need the cmake and glfw3 (development) packages to build this project.
sudo apt update
sudo apt install cmake libglfw3-dev build-essential
Run the following scripts to build the library and the demos:
# Build the core library
./script/library_release_build.sh
# Build the demo executables
./script/demo_release_build.sh