https://github.com/uucidl/exp.rendering-api
explorations w/ various code styles for GL rendering
https://github.com/uucidl/exp.rendering-api
Last synced: 3 months 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 (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-09-23T16:32:17.000Z (over 7 years ago)
- Last Synced: 2025-02-05T06:13:48.409Z (5 months 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
```