Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
9
const RANGE: RangeInclusive<f32> = -80.0..=80.0;
10
11
pub struct DemoApp {
12
audio_system: AudioSystem,
13
}
14
15
impl DemoApp {
16
pub fn new() -> Self {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected