Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/uucidl/exp.rendering-api
explorations w/ various code styles for GL rendering
https://github.com/uucidl/exp.rendering-api
Last synced: 23 days ago
JSON representation
explorations w/ various code styles for GL rendering
- Host: GitHub
- URL: https://github.com/uucidl/exp.rendering-api
- Owner: uucidl
- License: mit
- Created: 2014-10-23T07:43:01.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2017-09-23T16:32:17.000Z (about 7 years ago)
- Last Synced: 2024-10-04T13:29:00.287Z (about 1 month ago)
- Language: C++
- Homepage:
- Size: 136 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog
- License: LICENSE
Awesome Lists containing this project
README
Rendering APIs
==============We experiment with various code styles for rendering visuals using OpenGL.
Testing
=======clone this repository, then call
```
$ ./post-clone.sh
```After this launch the various examples using:
```
$ ./ref.sh
$ ./test.sh
$ ./gl3texture.sh
```