An open API service indexing awesome lists of open source software.

https://github.com/prideout/recipes

collection of tiny OpenGL demos
https://github.com/prideout/recipes

Last synced: about 1 year ago
JSON representation

collection of tiny OpenGL demos

Awesome Lists containing this project

README

          

This is my collection of tiny OpenGL demos for Linux.

To build and run a single recipe, type this:

make -j ClipPlanes
./ClipPlanes

To build all the recipes, type this:

make -j all