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

Event-based collision detection #5

Open
chpatton013 opened this issue Jun 5, 2015 · 0 comments
Open

Event-based collision detection #5

chpatton013 opened this issue Jun 5, 2015 · 0 comments
Assignees

Comments

@chpatton013
Copy link
Owner

Event-based collision detection would require tracking which Boundable’s are colliding at each update cycle and only notifying the user of the library when this state changes. Implementing this in Driver would incur a heavy cost for all users, even those that only care to see collision polling reported. A more sustainable solution is to allow users (or State’s) to implement the collision tracking to achieve event-based collision detection.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant