sinisterchipmunk / jax

Framework for creating rich WebGL-enabled applications using JavaScript and Ruby
http://jaxgl.com
MIT License
96 stars 16 forks source link

needed: demo for game #18

Open brownman opened 13 years ago

brownman commented 13 years ago

such as: http://vimeo.com/18293329 but more Jaxy !

Goutte commented 10 years ago

It ain't a tutorial, but I'm (kinda) proud to announce that Jax now has a foothold on Airspace : https://airspace.leapmotion.com/apps/cyx/windows

Goutte commented 9 years ago

As Cyx has now 9000+ visits per day (it's not going to last), I was compelled to make a small update and added some animations.

Happy to report that Camera.animate works quite well !

I could not animate a rotation of more than π, took me a while to figure out why. It's okay, who needs those anyway ;)

sinisterchipmunk commented 9 years ago

Cool :) glad it went well, and congrats on the traffic! If you need a rotation greater than π, you could try specifying a queue option and breaking the animation up into multiple less-than-π segments. I don't know if it'd work but it might.