Tried to port Mini vMac to Emscripten

About Mini vMac and all other 68k emulators, including SoftMac, Executor, and MESS.

Moderators: Cat_7, Ronald P. Regensburg

Post Reply
yksoft1
Master Emulator
Posts: 394
Joined: Tue Aug 14, 2007 4:32 pm
Location: People's Republic of China

Tried to port Mini vMac to Emscripten

Post 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
User avatar
adespoton
Forum All-Star
Posts: 4226
Joined: Fri Nov 27, 2009 5:11 am
Location: Emaculation.com
Contact:

Re: Tried to port Mini vMac to Emscripten

Post by adespoton »

Nice!
Post Reply