Page 1 of 1

Tried to port Mini vMac to Emscripten

Posted: Mon Nov 12, 2018 2:21 am
by yksoft1
Emscripten is a platform for compiling C/C++ code to Javascript or WebAssembly for running in a browser.
I tried and got some success in porting Mini vMac 36 to that, with SDL2 or SDL1 API. There are still a lot of problems.
https://github.com/yksoft1/minivmac-em
Demo:
https://yksoft1.github.io/mvmacdemo.html

Re: Tried to port Mini vMac to Emscripten

Posted: Mon Nov 12, 2018 3:47 am
by adespoton
Nice!