Pages: 1
  Print  
Author Topic: LGM IDE for android?  (Read 27670 times)
Offline (Unknown gender) time-killer-games
Posted on: June 21, 2013, 10:18:27 pm
"Guest"


Email
I don't know anything about android development outside of GMStudio, but how easy would it be to make LateralGM run on my nook android tablet? I might start looking into this depending on how do.able it might be. I know android apps can have java elements implemented. Is there any super easy way to convert LGM into an android apk? This I believe could help a lot of users make games on the go, sure you won't be able to test run or debug, but I'd find that if LGM was android compatible it could really give LGM/Enigma more popularity. Not too many game engines out there have a mobile compatible IDE. The only game engine I'm aware of that can do this currently is Quest, an extremely limited text adventure creator.

Just throwing this idea out there :-)
~Samuel
Logged
Offline (Male) Josh @ Dreamland
Reply #1 Posted on: June 21, 2013, 10:37:23 pm

Prince of all Goldfish
Developer
Location: Pittsburgh, PA, USA
Joined: Feb 2008
Posts: 2950

View Profile Email
Considering Android is primarily Java, it really should not be difficult. But I don't know how to get Swing working on it. While I don't believe Android supports Swing at all, I believe the format it uses is similar enough that porting LGM should not be a huge problem. My main concern would be in maintainability; we don't want this process to involve a lot of duplicate code (preferably none at all) or prevent compile of LGM on a non-embedded system, but at the same time we want to be able to store the code together.

TGMG probably knows the most about this, but he's AWOL.
Logged
"That is the single most cryptic piece of code I have ever seen." -Master PobbleWobble
"I disapprove of what you say, but I will defend to the death your right to say it." -Evelyn Beatrice Hall, Friends of Voltaire
Offline (Male) Goombert
Reply #2 Posted on: June 22, 2013, 08:05:42 am

Developer
Location: Cappuccino, CA
Joined: Jan 2013
Posts: 2991

View Profile
TKG, you are now the second person to request this within 24 hours. Yes as Josh has stated it being an embedded system would make it an excellent host to the LateralGM IDE. Josh, we can always maintain a separate fork/branch/repository if user interest is that high.
Logged
I think it was Leonardo da Vinci who once said something along the lines of "If you build the robots, they will make games." or something to that effect.

Offline (Female) IsmAvatar
Reply #3 Posted on: June 24, 2013, 10:34:29 am

LateralGM Developer
LGM Developer
Location: Pennsylvania/USA
Joined: Apr 2008
Posts: 877

View Profile Email
The entire LateralGM front-end is based on Swing, meaning that you would have replace all of that.
Note, LateralGM does have MVC, so you'd only be replacing the Presentation-tier, but still, for an IDE, that's a significant portion of the project.
When LGM was still young (back when "mobile" meant flip-phone), I did flirt with the idea of a web-app version of LGM, but put the idea on the back-burner because it meant some research into how to handle the files - and getting LGM working at all was a main priority, which meant a lot of Swing work one way or the other.
Logged
Offline (Unknown gender) time-killer-games
Reply #4 Posted on: June 24, 2013, 04:22:25 pm
"Guest"


Email
Thanks guys for information. Its a shame android doesn't support swing. :-/
Logged
Pages: 1
  Print