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

Add interactions between particles #7

Open
Adam-Boesky opened this issue Dec 20, 2023 · 1 comment
Open

Add interactions between particles #7

Adam-Boesky opened this issue Dec 20, 2023 · 1 comment
Assignees

Comments

@Adam-Boesky
Copy link
Collaborator

Add interactions between bodies.

  1. Make a child class of particles called body or something that has radii, mass, etc...
  2. Implement functionality for collisions, combinations, etc...
@jdinovi jdinovi assigned jdinovi and unassigned jdinovi Dec 22, 2023
@jdinovi
Copy link
Owner

jdinovi commented Dec 24, 2023

https://stackoverflow.com/questions/2481479/2d-colliding-n-body-simulation-fast-collision-detection-for-large-number-of-bal

Useful stackoverflow link for efficiently checking for collisions; could be useful with Barnes-Hut algo

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

When branches are created from issues, their pull requests are automatically linked.

2 participants