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
- Host: GitHub
- URL: https://github.com/prideout/recipes
- Owner: prideout
- Created: 2012-02-11T21:56:42.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2013-06-01T17:46:17.000Z (about 13 years ago)
- Last Synced: 2024-10-29T19:17:17.985Z (over 1 year ago)
- Language: C
- Homepage:
- Size: 2.46 MB
- Stars: 63
- 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
./ClipPlanes
To build all the recipes, type this:
make -j all