MCPcopy Create free account
hub / github.com/BillyDM/Firewheel / DemoApp

Class DemoApp

examples/spatial_basic/src/ui.rs:11–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9const RANGE: RangeInclusive<f32> = -80.0..=80.0;
10
11pub struct DemoApp {
12 audio_system: AudioSystem,
13}
14
15impl DemoApp {
16 pub fn new() -> Self {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected