scenevr / server

:heart_eyes: Create multiuser 3d environments using html-like tags and javascript
http://www.scenevr.com/
BSD 3-Clause "New" or "Revised" License
144 stars 19 forks source link

Port to Javascript #4

Closed bnolan closed 9 years ago

bnolan commented 9 years ago

Currently most of scenevr is in coffeescript, which I'm really happy writing, but this is an open question for people who want to compile all the coffeescript to javascript, commit the javascript, then just do javascript from that point on. It's just up for discussion at the moment, no promise of if / when this will happen.

sirkitree commented 9 years ago

Personally I've been looking for an excuse to learn more coffeescript, however I think if you're looking for contributors, you will most likely have more success in attracting people using javascript.

bnolan commented 9 years ago

I just test converted everything over to coffeescript (coffee -c *.coffee; rm *.coffee) and it all converts over happily and keeps working. Most of the conversion is pretty good, but reflector, node and observer probably want to be rewritten, they look pretty ugly post-conversion. I'm keen to get this done soon.

ralyodio commented 9 years ago

javascript ftw.

jjg commented 9 years ago

+1 Javascriot

bnolan commented 9 years ago

Done, just the specs left to move.