Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 161 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 161 Bytes

Basic GLEW renderer for teaching purposes

Build

$ git clone --recursive <repository> <path>
$ cd <path>/build
$ cmake -GNinja ..
$ cmake --build .