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

Class DemoApp

examples/visualizer/src/ui.rs:12–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10use crate::system::AudioSystem;
11
12pub struct DemoApp {
13 audio_system: AudioSystem,
14 window_size: u32,
15}
16
17impl DemoApp {
18 pub fn new() -> Self {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected