coding398
coding398
I'm clearly missing something with this. I have an app built with vite, direct from Capacitor's quickstart. I've added my audio to `source/assets/sounds`, as seen here:  and so, they...
Looking over the code at school at the moment- tinted images seem to create their offscreen canvas, apply filters, then draw- every frame. If the tint stays the same, it...
I'm currently developing a game that uses p5play, and thus planck.js under the hood. There's been a ton of circumstances where I've come across the same error- `Cannot read properties...
Steamworks-rs supports some functions that I'd really like, such as "get_glyph_for_action_origin", "get_motion_data", "show_binding_panel", "run_frame", etc. They're not in steamworks.js though, and that's a shame. I wasted about 3 days trying...