Thanks for posting this! Your repo is very nicely organized.
I've been wanting to get in to making an emulator (chip8). I decided early I wanted it to run on wasm, but have been stuck in the weeds of what framework/tools to use to actually get it done. I've looked into game engines and egui, but they just add so much extra complexity.
I think seeing your repo I'm just going to try the straight wasm-bindgen + canvas route. So thanks again for making this.
Actually I didn't post this on HackerNews. Somebody else did. But I'm glad to hear you got inspiration from my emulator. Yeah I found wasm-bindgen pretty easy to use.
I've been wanting to get in to making an emulator (chip8). I decided early I wanted it to run on wasm, but have been stuck in the weeds of what framework/tools to use to actually get it done. I've looked into game engines and egui, but they just add so much extra complexity.
I think seeing your repo I'm just going to try the straight wasm-bindgen + canvas route. So thanks again for making this.