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

Write a test nbody simulator #8

Open
AlbinSjoegren opened this issue Feb 11, 2022 · 1 comment
Open

Write a test nbody simulator #8

AlbinSjoegren opened this issue Feb 11, 2022 · 1 comment
Assignees
Labels
enhancement New feature or request Physics
Milestone

Comments

@AlbinSjoegren
Copy link
Member

Newton stuff only for now

@AlbinSjoegren AlbinSjoegren self-assigned this Feb 11, 2022
@AlbinSjoegren AlbinSjoegren moved this to High priority in Priority Feb 11, 2022
@AlbinSjoegren AlbinSjoegren pinned this issue Feb 11, 2022
@AlbinSjoegren AlbinSjoegren added the enhancement New feature or request label Apr 1, 2022
@AlbinSjoegren AlbinSjoegren added this to the Pre MVP milestone Apr 1, 2022
@AlbinSjoegren
Copy link
Member Author

Will most likely go with WGSL for the compute shader.
Plan is to have two functions where one takes two bodies and calculates the acceleration of the parent body and one that basically takes old velocity and new acceleration and pumps out new velocity and position.

@AlbinSjoegren AlbinSjoegren moved this from High priority to Medium priority in Priority Jun 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Physics
Projects
Status: Medium priority
Development

No branches or pull requests

1 participant