Profile
StubWhat problem does this crate solve?
This crate delivers what it says, very simply introduced CRT effects for a realistic retro feel to the camera.
Features
- Manages its own camera
- Comes with three retro CRT presets
- Simple plugin API
Showcase
None available at this time.
Get started
As simple as it gets.
fn main() {
App::new()
.add_plugins((DefaultPlugins, CrtPlugin))
.add_systems(Startup, setup)
.run();
}
fn setup(mut commands: Commands) {
commands.spawn((Camera2d, CrtSettings::arcade()));
}
Reviews
No reviews yet. Be the first to review this crate!
Downloads
27
Cages
0
Rating
Unrated
License
Apache-2.0
Added by
ffmulks
Owner
nofacer