Search found 3 matches
- Thu Jun 13, 2013 9:15 am
- Forum: Other Ports
- Topic: ScummVM in JavaScript?
- Replies: 12
- Views: 17320
I am not familiar with munt, but had a quick look at it. Briefly looking, I don't see anything fundamentally limiting. Generic C/C++ code that does audio wave buffer synthesization without resorting to platform-specific code should be easy to get compiled. The only thing is that to actually play out...
- Tue Jun 11, 2013 2:50 pm
- Forum: Other Ports
- Topic: ScummVM in JavaScript?
- Replies: 12
- Views: 17320
- Tue Jun 11, 2013 12:26 pm
- Forum: Other Ports
- Topic: ScummVM in JavaScript?
- Replies: 12
- Views: 17320
Hi, I have now finished a first version/proof-of-concept port of ScummVM over to Javascript using the Emscripten compiler. (I am a Windows maintainer of the Emscripten project, so I've gotten quite familiar with the toolchain over time) The demo works best in the desktop Firefox browser. The optimiz...