Skip to content

scenevr/server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SceneVR

Build Status Download count js-semistandard-style

The scene server loads scene files in .html format and listens for clients on a websocket connection. Any connected client gets a streamed version of the world sent to them. You can write scripts in javascript using <script /> tags in your scenefile to provide interactivity to connected clients.

SceneVR uses A-Frame as markup for scenes:

<a-scene>
  <a-box position="1 2 3" material="color: blue"></a-box>
</a-scene>

Contact bnolan@gmail.com. Follow development at @scenevr.

License

MIT License.

Screenshot

Screenshot

About

😍 Create multiuser 3d environments using html-like tags and javascript

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published