zenozeng / p5.js-svg

SVG runtime for p5.js.
MIT License
683 stars 77 forks source link

3D #51

Closed zenozeng closed 8 years ago

zenozeng commented 9 years ago

Something maybe useful for building 3D support for p5.js-svg:

Seems still missing a lot of things and the performance is still a big issue.

zenozeng commented 9 years ago

Seems three.js provides renderers.

zenozeng commented 9 years ago

Three.js's SVGRender is only an example and is limited.

zenozeng commented 9 years ago

Maybe if p5's 3D can provide a canvas2d renderer, we can somehow transfer it to svg.

zenozeng commented 8 years ago

Maybe someday.