Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: implement quadtree #23

Closed
wants to merge 15 commits into from
Closed

feat: implement quadtree #23

wants to merge 15 commits into from

Conversation

andrewgazelka
Copy link
Owner

@andrewgazelka andrewgazelka commented Mar 22, 2024

WIP not really much done here yet

So the goal of this is to implement a quadtree in Rust or at least a similar data structure such that we can query players that are close to each other within a certain distance. Also quadtrees might be useful for partitioning, and I am not aware of many quadtree solutions in Rust that are in crates.io so I think it makes sense to make our own unless we can find one.

Decisions

  • quadtree vs linear quadtree

@andrewgazelka
Copy link
Owner Author

closing for now.

@andrewgazelka andrewgazelka deleted the feat-quadtree branch October 21, 2024 22:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant