An open API service indexing awesome lists of open source software.

https://github.com/stefnotch/cosmic-system


https://github.com/stefnotch/cosmic-system

Last synced: 11 months ago
JSON representation

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.

![Screenshot](screenshot.png)

And the performance in release mode is acceptable.

![Performance](performance.png)

(Rendering with comfy takes way longer than computing.)