Skip to content

NCCA/BlankNGL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 

About

A boilerplate NGL and Qt Demo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published