Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/Norlock/sparticles-rs


https://github.com/Norlock/sparticles-rs

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

Now working on sparticles-egui based on WGPU: https://github.com/norlock/sparticles-egui.

# Sparticles RS

TODO pass transform struct instead of trying to modify particles everywhere.

## Roadmap
- [x] add animations.
- [x] move particle away if on top of each other.
- [x] Particle emitters
- [x] Friction on emitters.
- [x] Friction on collision particles
- [x] Better color animation.
- [x] Apply gravity on particles.
- [ ] flight pattern emitter
- [ ] Boid behaviour
- [ ] Multiple animation loops.