Clojure2D/clojure2d

decouple primitive geom creation from drawing

genmeblog opened this issue · 2 comments

To enable use of Area object

An alternative approach would be to have a p5js style simplified api consisting of positive and negative shapes. See:
http://p5js.org/reference/#/p5/beginContour

I'm currently using thi.ng.geom for geometry creation / manipulation and draw the thi.ng primitives with a protocol that I have defined, that works quite well (+ allows me to export to other formats).