nimaid / binary-waterfall

A Raw Data Media Player
GNU General Public License v3.0
87 stars 3 forks source link

No mobile #18

Closed Tailstuff closed 1 month ago

Tailstuff commented 1 month ago

I want to see what roms like .nes .z64 etc and other exes look like but I’m only on iPad can there be some mobile or web version of this because it’s really cool

nimaid commented 1 month ago

Well, the program IS written in Python. Most platforms run Python with a special app. It also uses the Qt5 framework for the GUI, which probably won't run on web or mobile.

Basically, I don't have any plans to make a mobile or web version. Honestly, for that, it would be better to completely rewrite the program in a different programming language. I'll leave that for someone else to do though, sorry.

If anyone does want to remake this, I would recommend using Javascript and HTML5. That would let it run in a browser, and making it into an app would be as easy as making a single-page offline web browser.