Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Norlock/sparticles-rs
https://github.com/Norlock/sparticles-rs
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/Norlock/sparticles-rs
- Owner: Norlock
- Archived: true
- Created: 2021-11-29T12:56:15.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-25T10:43:29.000Z (about 1 year ago)
- Last Synced: 2024-05-15T14:40:44.163Z (6 months ago)
- Language: Rust
- Size: 106 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-quads - sparticles-rs - library for making particle systems. (Libraries / Libraries: Other)
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.