https://github.com/stefnotch/cosmic-system
https://github.com/stefnotch/cosmic-system
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/stefnotch/cosmic-system
- Owner: stefnotch
- Created: 2024-02-14T13:40:38.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-16T22:15:13.000Z (over 2 years ago)
- Last Synced: 2025-02-28T19:39:47.738Z (over 1 year ago)
- Language: Rust
- Size: 155 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cosmic System
Implements the Barnes Hut Algorithm in Rust, and uses comfy to render the simulation.
I wonder if the easy Rust translation will be much faster than the Java version.
It looks like this with 10001 particles.

And the performance in release mode is acceptable.

(Rendering with comfy takes way longer than computing.)