Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/lommix/quadtree_boid_simulation

Quadtree based boid scene with controls using bevy and egui, written in rust
https://github.com/lommix/quadtree_boid_simulation

bevy boids egui esc quadtree rust simulation wasm

Last synced: 4 days ago
JSON representation

Quadtree based boid scene with controls using bevy and egui, written in rust

Awesome Lists containing this project

README

        

# Boids with Quadtree using Bevy and Rust

![(screenshot)](./docs/screen.png)

Quadtree implementation together with a boid simulation written in rust, using the bevy engine.

#### [Try it live on my blog](https://lommix.de/article/QuadtreesInRust)

## Controls

```
Left click : Add 100 Boids in cursor rectangle
Right click: Remove at cursor rectangle
```