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

Add documentation for all the elements #16

Closed sirkitree closed 9 years ago

sirkitree commented 9 years ago

From #6: Add documentation for all the elements.

sirkitree commented 9 years ago

@bnolan if you can point me to where these are created I'll get started.

bnolan commented 9 years ago

Awesome! :+1:

The documentation goes in /docs/, just create a new .md file, then bundle install and middleman and you should be able to see the documentation site running. You'll have to look at the scenes to see what attributes are supported at the moment, it's still pretty sketchy. The vector, quaternion and euler classes will match the Three.js docs, so you can either link to them, or copy / paste their docs in.

bnolan commented 9 years ago

Heya @sirkitree, I've deployed the docs site to www.scenevr.com using amazon s3. I'll probably move the docs into their own repo (I set up a github.com/scenevr organisation). Have you had any luck with documentation? :)

sirkitree commented 9 years ago

I haven't, and I apologize for not following through on this but I've been in the middle of a site launch for a while. Time should be freeing up here and this is certainly still on my radar. Thanks for the update!

bnolan commented 9 years ago

All good. I've just been lucky lately having had time to put into SceneVR. I'll update this issue once I've got the documentation a bit further along.

bnolan commented 9 years ago

Documentation up to date and moved to it's own repo.