Seen.js Renders 3D Scenes into SVG or HTML5 Canvas
Seen.js renders 3D scenes into SVG or HTML5 Canvas. Seen.js contains a simple abstraction on top of the graphics capabilities of SVG and HTML5 Canvas elements. All of the other components of this library are agnostic to the type of context it will be rendered in.
Seen.js contains a looping, event-firing class for animating scenes. The render context
contains a method .animate()
which will create and return an animator that is set up to invoke the context’s .render()
method. To modify the scene on every frame, listen to the ‘beforeRender’ event.
Seen.js includes adapters for mouse rotation and mousewheel zooming. For best results, use a quaternion
to create a rotation matrix from the x,y movement of the mouse. The zoom adapter directly returns a scale factor that can be applied to your scene’s model.
Requirements: JavaScript frameworks
Demo: http://seenjs.io/
License: Apache 2.0 License