Podshot / MCEdit-Unified

Combined MCEdit & Pymclevel repository.
http://podshot.github.io/MCEdit-Unified/
ISC License
483 stars 109 forks source link

Port MCEdit to app format possible? #714

Open 64BitUniverse opened 8 years ago

64BitUniverse commented 8 years ago

Hey Khroki. We meet again. I was thinking about porting MCEdit over to an Android app format for on the go editing of PE Worlds and for Desktop worlds (if possible). The reason I suggest Android is because it has a type of file explorer that you can get to easily. I know that the desktop program's base is Python, and it might be hard to, but I found a python for android directly from Google's code section:

https://github.com/kuri65536/python-for-android

If this doesn't work I have a second idea. If there is a way to port it over to BASIC language you can use QB64 to save it as an Android project and use Android Studio to publish.

Khroki commented 8 years ago

it might be possible to compile it for android but it wouldn't be a high priority. May give it a try some time in the future if I can get a proper environment for it working. However we don't plan to port mcedit to another language at this time, we determined it'd be more work than any of us have time for unfortunately, plus it would break things like filters in the process.