rayarachelian / lisaem-1.2.x

Apple Lisa Emulator v1.2.x
http://lisaem.sunder.net
Other
36 stars 11 forks source link

Abstract UI away from wxWidgets #1

Open eschaton opened 6 years ago

eschaton commented 6 years ago

It might be good to implement a “presentation layer” for LisaEm that multiple UI implementations could plug into, instead of requiring everyone use the wxWidgets UI. That would allow macOS, iOS, Gtk+, and Windows UIs to be developed with native frameworks that still provide access to all the same emulator functionality.

rayarachelian commented 6 years ago

I was thinking of exactly the same thing, and it would open up the door to use libretro and RetroPi and a whole host of other things. I do like wxWidgets better than qt, but would love to have something better for video such as SDL. I'll probably do this around the 2.x version, so far away from now.