You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Elijah Voigt a5825af471 Resume AudioContext on user gesture for web audio
Browsers (Chrome, Safari, mobile Firefox) create every AudioContext
suspended and refuse to start it without a user gesture. Bevy -> rodio ->
cpal build their context at startup, so it stayed suspended and no sound
played except on lenient desktop Firefox.

Wrap the AudioContext constructor in the web shell to track created
contexts and resume them on the first pointer/key/touch gesture.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 day ago
.cargo inital commit, scaffolding 1 month ago
.templates inital commit, scaffolding 1 month ago
engine Add Binding::Scroll as an axis input source 6 days ago
life use R-pentomino as default pattern 2 days ago
prototypes just test and life tiling almost working 3 days ago
scripts just test and life tiling almost working 3 days ago
web Resume AudioContext on user gesture for web audio 1 day ago
.envrc inital commit, scaffolding 1 month ago
.gitignore mute cell on placement 4 weeks ago
flake.lock inital commit, scaffolding 1 month ago
flake.nix inital commit, scaffolding 1 month ago
justfile just test and life tiling almost working 3 days ago
rust-toolchain.toml inital commit, scaffolding 1 month ago