Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
10
use crate::system::AudioSystem;
11
12
pub struct DemoApp {
13
audio_system: AudioSystem,
14
window_size: u32,
15
}
16
17
impl DemoApp {
18
pub fn new() -> Self {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected