noflo-canvas icon indicating copy to clipboard operation
noflo-canvas copied to clipboard

Interoperability with noflo-three

Open automata opened this issue 10 years ago • 1 comments

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?

automata avatar May 03 '14 21:05 automata

I'd go for a totally new three/ library with similar semantics. Maybe with just the components that would be different: MakePoint3D, Draw3D.

forresto avatar May 04 '14 13:05 forresto