ncollide icon indicating copy to clipboard operation
ncollide copied to clipboard

Add an octree.

Open sebcrozet opened this issue 10 years ago • 4 comments

sebcrozet avatar Sep 30 '14 06:09 sebcrozet

FWIW there's an octree available in playform. Parts of it might be usable.

bfops avatar Oct 04 '14 02:10 bfops

I'm working on an abstract library for spatial trees such as octrees and quadtrees. This may be useful for this issue, once it is a bit more fleshed out.

milibopp avatar Dec 04 '14 16:12 milibopp

It might be worthwhile adding a quadtree first, this would compose nicely with the 2d and 3d that ncollide provides. I may ask for a PR in the future, if I get up to that point in my development

viperscape avatar Sep 16 '15 20:09 viperscape

@viperscape, I would like to note, that acacia, the aforementioned library, is that generic by now. I'm not perfectly happy with the degree of abstraction yet, but it is definitely useful enough for this purpose.

milibopp avatar Sep 20 '15 21:09 milibopp