c3r
v0.1.0
Published
CSS 3D Renderer
Downloads
2
Readme
CSS 3D Renderer
C3R.js is a lightweight library for displaying 3D scenes with CSS. It is designed to be used as a CSS3D backend for existing libraries. It provides classes to construct textured polygons, nest 3D transformed elements and handle camera.
Usage
Just include C3R.standalone.js
to your project, or include both C3R.min.js
and glMatrix
Examples
Some simple examples can be found in the examples directory
I replaced the original CSS3D renderer of Three.js with a C3R.js based implementation, which supports buffergeometry and textures too: http://css3d.tk/