marijnz / NativeQuadtree

A Quadtree Native Collection for Unity DOTS
MIT License
358 stars 30 forks source link

Code examples in readme? #5

Open johanhelsing opened 4 years ago

johanhelsing commented 4 years ago

It would be really nice if the readme had some code examples of what's currently possible with the container.

Also, looks like a really cool project :) I've been looking for something like this for a good while!

marijnz commented 4 years ago

Hey, agreed. There is examples in the QuadtreeJobs file, could put those also in the readme.

And glad to hear so :)

JennaScvl commented 8 months ago

The QuadTreeJobs.cs file does not contain code examples... That is to say it doesn't say how to use this code... 1: How does one make a new NativeQuadTree object into which objects may be added? 2: How does one add objects to the NativeQuadTree? 3: How does one query the NativeQuadTree and return a list or array of items?