QuadTree icon indicating copy to clipboard operation
QuadTree copied to clipboard

bundle and release as library?

Open shiffman opened this issue 6 years ago • 3 comments

As discussed in #4 I'm considering whether it makes sense to break this out into multiple classes and then bundle and release as a library? At the moment, I can access it via:

https://cdn.jsdelivr.net/gh/CodingTrain/QuadTree/quadtree.js

I'm going to make a p5 web editor example and reference it this way as a start...

shiffman avatar Feb 23 '19 17:02 shiffman

For reference: https://editor.p5js.org/natureofcode/sketches/Y8hseRvYe

Probably should namespace everything here too...

shiffman avatar Feb 23 '19 17:02 shiffman

@shiffman I think it's a good idea. Your solution works very well :-)

kfern avatar Feb 29 '20 13:02 kfern

Is this a pattern worth working towards? https://github.com/ai/dual-publish

crhallberg avatar Apr 28 '20 21:04 crhallberg