I'm searching for a way to enable users to draw their own cube, similar to the example here (try drawing a cube on a grid):
Screenshot:
Shapesmith has efficiently solved this using Three.js, but it relies on Backbone.js. I'm wondering if it's possible to transfer the drawing functionality from their code to a standard JavaScript application. Shapesmith is open source.