• Stars
    star
    144
  • Rank 248,001 (Top 6 %)
  • Language
    JavaScript
  • License
    BSD 3-Clause "New...
  • Created over 9 years ago
  • Updated over 7 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

๐Ÿ˜ Create multiuser 3d environments using html-like tags and javascript

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 [email protected]. Follow development at @scenevr.

License

MIT License.

Screenshot

Screenshot

More Repositories

1

htmltexture-component

Aframe component for using html as a texture, powered by html2canvas
JavaScript
47
star
2

selectable-component

A-frame component for selecting one entity (useful for editors)
JavaScript
13
star
3

client

๐Ÿ‘Š Web client
JavaScript
7
star
4

interpolation-component

Interpolates positional and rotational updates for aframe entities.
JavaScript
6
star
5

chess

Multiplayer chess game using chess.js
JavaScript
5
star
6

voxel-component

Read magica voxel .vox files
JavaScript
4
star
7

vox-to-ndarray

Load magica voxel .vox file as an ndarray
JavaScript
3
star
8

scenequery

jQuery-like API for SceneVR
JavaScript
2
star
9

socialvr

๐Ÿ˜ฌ Keep track of active users on social vr apps
CSS
2
star
10

dom

๐Ÿค˜ Parse and simulate a scenevr scene
JavaScript
2
star
11

docs

๐Ÿ“š Documentation and scenevr.com
HTML
2
star
12

commonml

Discussion of common markup for glam, janusvr and scenevr
1
star
13

janus-proxy

Proxy to let janusvr connect to scenevr servers with realtime updates
JavaScript
1
star
14

domsync

Synchronises changes to a scene-dom over a websocket or other stream
JavaScript
1
star
15

triage

Global issue tracker for SceneVR issues
1
star
16

puckman

Puckman converted to SceneVR
JavaScript
1
star
17

tennis

Tennis modelled on dizzkets room, which is modelled on virtual boy tennis
JavaScript
1
star
18

campjs-presentation

๐Ÿ™†โ€โ™€๏ธ Presentation that I did at the excellent campjs
JavaScript
1
star
19

home

The home scene displayed at home.scenevr.hosting
JavaScript
1
star
20

samples

Sample scenes that demonstrate what you can do with scenevr
JavaScript
1
star