QuadTree
QuadTree copied to clipboard
Namespace QuadTree system
As suggested in https://github.com/CodingTrain/QuadTree/pull/37 We should move QuadTree classes into namespaces As recommended by @shiffman, one of
QuadTreeqtqt5
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?
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