-
Notifications
You must be signed in to change notification settings - Fork 27
Features
Brenton Gunning edited this page Jun 15, 2014
·
20 revisions
Voodoo.js includes the following features:
- Parallax: 3D parallax effect achieved using a single coordinate space for both 2D and 3D.
- Components: Create reusable 3D components with a Model/View framework.
- Events: Listen for DOM events (mouseup, mousemove) on 3D components as easily as 2D.
- Three.js: Load models, create materials, and more using Three.js functions.
- Support: API documentation, public forum and wiki.
- Samples: Samples demonstrating all major aspects of the framework.
Voodoo.js runs in all browsers supported by WebGL. See WebGL Implementation.
Voodoo.js is made available under the MIT license.