Ecosyste.ms: Awesome

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

https://github.com/aostrega/opal-learningwebgl

Opal (Ruby) port of the Learning WebGL (NeHe) demos
https://github.com/aostrega/opal-learningwebgl

Last synced: 4 months ago
JSON representation

Opal (Ruby) port of the Learning WebGL (NeHe) demos

Lists

README

        

An experimental Opal/Ruby port of the first WebGL demos at http://learningwebgl.com/lessons that uses a hypothetical Ruby-style WebGL wrapper. The translation helped me understand WebGL, but after some point I realized that a consistent Ruby-style port of WebGL is not feasible and is of dubious practicality. However, designing a Ruby-style GPU API from the ground up is something worth exploring.