rust-cv / space

Spatial library for Rust
MIT License
39 stars 4 forks source link

Add example with Barnes Hut simulation #28

Closed vadixidav closed 5 years ago

vadixidav commented 5 years ago

A good example of the capabilities of the library is a Barnes-Hut simulation. The tree can be used for physics simulation. An example (and possibly a benchmark) should demonstrate these capabilities.

vadixidav commented 5 years ago

Simulation merged. Now in examples/barnes_hut.rs.