Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/prideout/recipes

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

Last synced: 13 days 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