Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 302 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 302 Bytes

GLDemo

This project is a software rasterization library that implements a subset of OpenGL ES Common-Lite Profile.

Build

Prerequisites: cmake, python3, sdl2

mkdir build
cd build
cmake ..
make

Demo

From build directory execute:

RollerCoaster/roller

Press Esc to exit.