EWM Update: Linux Support

Emulated Woz Machine, my Apple 1 / Apple ][+ emulator now runs succesfully on Linux. Here is a screenshot of it running on Ubuntu 16.04.1.

EWM Running on Linux

This was not very difficult to get going. Using SDL 2.0 to abstract everything screen, keyboard and event loop related was a good call.

I wrote this emulator in portable C, using just SDL and POSIX APIs. There were just a few small compilation issues that I had to fix. Mostly differences between Clang and GCC.

If you are interested in playing around with my emulator, you can find the project at github.com/st3fan/ewm.

Most of my professional and personal work is Open Source. You can find many projects at github.com/st3fan - feel free to leave a bug report or open a feature request.