Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Canleskis committed Feb 17, 2024
1 parent 16c9e4d commit 2f469c2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion particular/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- `force_scalar`, `force_simd` methods and various constructors for `PointMass`.
- `ScalarArray` trait to bind a `FloatVector` and an array for `Particle` to `PointMass` conversion.
- Marker `ReorderedCompute` trait.
- `Softened` variants for all CPU compute methods.
- `Softened` variants for all compute methods.

### Changed

Expand Down
7 changes: 6 additions & 1 deletion particular/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,15 @@
Particular is a crate providing a simple way to simulate N-body gravitational interaction of
particles in Rust.

Please note that this branch is for development purposes and may not represent the latest stable
release of the library. For the most recent stable version, refer to the `latest` branch.

## [Change log](https://github.com/Canleskis/particular/blob/main/particular/CHANGELOG.md)

## Goals

The main goal of this crate is to provide users with a simple API to set up N-body gravitational
simulations that can easily be integrated into existing game and physics engines. Thus it does
simulations that can easily be integrated into existing game and physics engines. Thus it doe
not concern itself with numerical integration or other similar tools and instead only focuses on
the acceleration calculations.

Expand Down

0 comments on commit 2f469c2

Please sign in to comment.