gamma-playground icon indicating copy to clipboard operation
gamma-playground copied to clipboard

Examples of how to use ClojureScript's Gamma & Gamma-Driver WebGL libraries

Results 10 gamma-playground issues
Sort by recently updated
recently updated
newest added

This PR based on a fork from @xeqi To use the gamma and gamma-driver jars, I've guessed a few gamma api changes: - `gamma.api/pow` is now `gamma.api/power` - more speculative,...

Did a clean checkout, ran `lein repl` `(start)` and got this: `gampg.server=> (run) Figwheel: Starting server at http://localhost:3449 2016-01-15 08:06:40.129:INFO:oejs.Server:jetty-7.6.13.v20130916 2016-01-15 08:06:40.176:INFO:oejs.AbstractConnector:Started [email protected]:10555 Starting web server on port 10555 ....

Look at https://github.com/mrdoob/three.js/wiki/Using-SketchUp-Models for inspiration

At http://learningwebgl.com/blog/?p=1786

At http://learningwebgl.com/blog/?p=1778

At http://learningwebgl.com/blog/?p=1359