Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 515 Bytes

README.md

File metadata and controls

3 lines (2 loc) · 515 Bytes

Gravity-Simulation

Originally a gravity simulator made with Python then ported to C++ finally reaches the web browser! This simulation is powered by a rust WebAssembly backend that uses a naive implementation where all the bodies have gravittional force on eachother. There are plans to use the Barnes-Hut algorithim utilizing quadtrees to improve performance but for now the naive implementation works. You can try out this beautiful mess here or browse around the repository.