issues
search
twiddlingbits
/
twr-wasm
twr-wasm: easily run C/C++ code in a web browser using Web Assembly, with examples
https://twiddlingbits.dev/
MIT License
19
stars
2
forks
source link
Pong Fixes, minor changes to wasmMem, and minor audiolib fix
#53
Closed
JohnDog3112
closed
1 month ago
JohnDog3112
commented
1 month ago
Pong:
Added centered text class
Modified LinkedList template to properly compile across files #51
Added control messages to all 3 variants of pong
referenced here
in #14
Made some minor changes to pong AI to help reduce stuttering
Added deeplinks via URL parameters #49
Changed the names displayed in the pong menu #50
Fixed pong ball sometimes spawning horizontally #35
WasmMem:
Renamed mem8, mem16, and mem32 variables to mem8u, mem16u, mem32u in order to add signed versions #52
Ran into some issues when trying to add signed views as mentioned in the same issue
AudioLib:
Fixed audio files that failed to load from twrAudioPlayFile always playing. Discovered during testing of #48
Possibly needs to throw error, however it would involve a callback as it fails asynchronously
Doesn't fix the original issue causing it to fail.
Pong:
WasmMem:
AudioLib: