noflo-canvas
noflo-canvas copied to clipboard
Interoperability with noflo-three
We are supposed to create 2d shapes using a WebGL render: http://jabtunes.com/labs/3d/vector/
Is this a valid use case?
canvas/MakeRectangle RECTANGLE -> ITEMS canvas/Fill
canvas/Fill FILL -> COMMANDS three/Draw
Or should we choose between the desired 2d/3d render on canvas/Draw? In this way we can go for canvas/MakeCube
, right?
I'd go for a totally new three/
library with similar semantics. Maybe with just the components that would be different: MakePoint3D
, Draw3D
.