barotto / IBMulator

The IBM PS/1 emulator.
https://barotto.github.io/IBMulator
GNU General Public License v3.0
111 stars 4 forks source link

Android Support #21

Open MVoloshin opened 6 years ago

MVoloshin commented 6 years ago

If IBMulator uses SDL for video output, why not to add support for running on Android?

barotto commented 6 years ago

Yes it uses SDL and OpenGL 3, so it should be relatively easy to port to Android and macOS (and I'm also a fan of multiplatform software). Unfortunately I lack the knowlegde, the tools, and most of all the time to do any platforms other than Windows and Linux. Contributions are welcome!

MVoloshin commented 6 years ago

If you add libSDL 1.2 support and remove libRocket dependency, I think it will be possible to easily build IBMulator for Android with this toolchain: https://github.com/pelya/commandergenius/