A bit personal visualization engine.
devotee
is directly based on:
- winit - Rust windowing library;
- pixels - wgpu
-based pixel renderer;
- rodio - cpal
-based audio playback library;
devotee
is totally a work in progress.
We'd suggest to avoid relying on it in a long term yet.
To run examples first check which are available:
cargo run --example
Then run the desired one with
cargo run --example <example_name>
devotee
is distributed under the MIT license.