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

optimize collision detection #8

Closed
dannyko opened this issue Apr 28, 2013 · 2 comments
Closed

optimize collision detection #8

dannyko opened this issue Apr 28, 2013 · 2 comments

Comments

@dannyko
Copy link
Owner

dannyko commented Apr 28, 2013

speed up collision detection to reduce the number of elements checked after each positionupdate.

e.g. using d3 geom.quadtree

@dannyko
Copy link
Owner Author

dannyko commented May 6, 2013

merged into dev on this commit:

b3b4b01

quadtree working but further optimization still needed, see issue #9

@dannyko
Copy link
Owner Author

dannyko commented May 15, 2013

basic collision detection seems to be working using a single while loop over collision.list for each tick of the global physics timer

@dannyko dannyko closed this as completed May 15, 2013
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

No branches or pull requests

1 participant