Ecosyste.ms: Awesome
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: 13 days ago
JSON representation
collection of tiny OpenGL demos
- Host: GitHub
- URL: https://github.com/prideout/recipes
- Owner: prideout
- Created: 2012-02-11T21:56:42.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-06-01T17:46:17.000Z (over 11 years ago)
- Last Synced: 2024-07-23T10:01:22.754Z (4 months ago)
- Language: C
- Homepage:
- Size: 2.46 MB
- Stars: 62
- Watchers: 7
- Forks: 16
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
./ClipPlanesTo build all the recipes, type this:
make -j all