Skip to content

scenevr/scenequery

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SceneQuery

Build Status

jQuery-like API for SceneVR. SceneVR is a virtual reality environment that uses javascript and the dom as it's API for creating persistent worlds.

This API is very rudimentary and doesn't support the full set of jQuery commands. See the source code to see what is implemented.

Contributing

js-semistandard-style

Please send pull requests that implement jQuery functionality! Please try and use only dom level 3 features, and avoid hacks that use the internals of SceneVR. Make sure the code passes npm test and complies to the semistandard coding style.

Errata

When creating a div using $('<div />'), attributes and child elements are ignored. Apply attributes and child nodes manually with .attr() and .appendTo().

About

jQuery-like API for SceneVR

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published