Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```