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

Release 0.4.0 #12

Merged
merged 6 commits into from Jun 17, 2022
Merged

Release 0.4.0 #12

merged 6 commits into from Jun 17, 2022

Conversation

ben9583
Copy link
Owner

@ben9583 ben9583 commented Jun 17, 2022

  • Added a trail quality setting that lets users set the number of particles drawn to the screen
  • Added a simulation accuracy setting that lets users set the accuracy of the simulation by choosing whether to use more or less simulation ticks per time step
  • Improve the performance of the simulation several times over through a complete refactor of the code
  • Set the default accuracy of the simulation to run 5 ticks per time step (instead of 1). This corresponds to 'medium' on the new simulation accuracy. The previous accuracy can be found at the 'low' setting
  • Improve the accuracy of the Lagrange point demonstration by using higher precision calculations

Closes #6.

@ben9583 ben9583 merged commit 481325a into main Jun 17, 2022
@ben9583 ben9583 deleted the 0.4.0 branch June 17, 2022 21:53
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

Successfully merging this pull request may close these issues.

A More Accurate Simulation
1 participant