Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 468 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 468 Bytes

BlankNGL

alt tag

This is an empty boilerplate framework for NGL projects, it creates an empty window and draws nothing.

To build you need NGL installed as per the instructions here

Windows

mkdir build
cd build
cmake -DCMAKE_PREFIX_PATH=~/NGL ..
cmake --build .

Mac Linux

mkdir build
cd build
cmake -DCMAKE_PREFIX_PATH=~/NGL ..
make