Can we do this with Processing.js?
We've built a system rendering in P3D that sketches simple boxes and text with some camera movements.
We need to get this to work in browsers without WebGL. It's simple enough not to require high frame rates, texture maps or WebGL's GPU acceleration.
How would you suggest we do this?
Thanks in advance.