QuadTree icon indicating copy to clipboard operation
QuadTree copied to clipboard

Namespace QuadTree system

Open Dezzles opened this issue 5 years ago • 2 comments

As suggested in https://github.com/CodingTrain/QuadTree/pull/37 We should move QuadTree classes into namespaces As recommended by @shiffman, one of

  • QuadTree
  • qt
  • qt5

Dezzles avatar Mar 03 '19 02:03 Dezzles

Any thoughts on what naming would make the most sense, is the most typical for JS libraries? Should we break the classes out into separate files and have a simple build system?

shiffman avatar Mar 03 '19 19:03 shiffman

I think breaking things up into separate files and having a build system is a good idea, I've not done that step before so I'd be keen to have a bit of a play around. I like the idea of qt5 to line up a little with p5

Dezzles avatar Mar 03 '19 23:03 Dezzles