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 #2

Open
zJaaal opened this issue May 21, 2024 · 0 comments
Open

Optimize Collision Detection #2

zJaaal opened this issue May 21, 2024 · 0 comments

Comments

@zJaaal
Copy link
Owner

zJaaal commented May 21, 2024

Summary

Right now the Collision Detection is checking to all entities in every frame, this is not optimal. We should find a way to check only the entities that could possibly collide.

A good starting point is to make some research about the Collision Grid approach.

@zJaaal zJaaal changed the title Optimize CollisionDetection Optimize Collision Detection May 21, 2024
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