Jump to content




[Question] ComputerCraft Lua Emulator for iPads and iPods


  • This topic is locked This topic is locked
29 replies to this topic

#1 ComputerCraftFan11

  • Members
  • 771 posts
  • LocationHawaii

Posted 12 April 2012 - 02:01 AM

Can I make a emulator for coding lua and testing it just like in computercraft or do I have to get dans permission first?

#2 djblocksaway

    Epic Coderz

  • New Members
  • 397 posts
  • LocationAustralia

Posted 12 April 2012 - 05:59 AM

dan doesnt own lua :P/> (Does he?)

if you could make this i would get it on my ipad 2 :D/>

#3 virtualayu

  • New Members
  • 31 posts

Posted 12 April 2012 - 06:53 AM

and on my ipone ^^ there is not much app for programming lua... and they didn't work ^^

#4 djblocksaway

    Epic Coderz

  • New Members
  • 397 posts
  • LocationAustralia

Posted 12 April 2012 - 07:37 AM

View Postvirtualayu, on 12 April 2012 - 06:53 AM, said:

and on my ipone ^^ there is not much app for programming lua... and they didn't work ^^
there is some that work but they are really crappy and crash alot and they cost like $6 :P/>

#5 arbot

  • Members
  • 25 posts

Posted 04 June 2012 - 09:19 AM

Oh, my.. Actually, I was just looking for something like this. I would /love/ to be able to CC on the go :3

I wouldn't mind paying for an app like this.

#6 jfmherokiller

  • Members
  • 3 posts

Posted 08 June 2012 - 12:46 AM

How about one for android too. I alrealy have the lua interpreter but i dont have it customized for computercraft.

#7 TheDeathOfRandom

  • New Members
  • 18 posts

Posted 08 June 2012 - 07:00 AM

iLuaBox is the best app for programming lua on the iOS

#8 ComputerCraftFan11

  • Members
  • 771 posts
  • LocationHawaii

Posted 08 June 2012 - 09:06 PM

View Postdjblocksaway, on 12 April 2012 - 05:59 AM, said:

dan doesnt own lua :)/> (Does he?)

if you could make this i would get it on my ipad 2 :D/>

What if I add CraftOS?

#9 TheOutcast5

  • Members
  • 104 posts
  • LocationKonoha - Hidden Leaf Village

Posted 09 June 2012 - 02:45 AM

you could make it a computercraft emulater

#10 PixelToast

  • Signature Abuser
  • 2,265 posts
  • Location3232235883

Posted 19 June 2012 - 09:38 PM

View PostTheOutcast5, on 09 June 2012 - 02:45 AM, said:

you could make it a computercraft emulater
*facepalm*
this is about how to run lua as an app
i would use the android platform first if you plan on having all the apis and not having to recode everything because it can run java smoothly

#11 Mitzey234

  • New Members
  • 6 posts

Posted 21 June 2012 - 02:22 AM

well this might be off topic but what about a CC for mac and pc? cause i would love it if i did not have to do it on minecraft... and lag my computer like crazy. like maybe make a java window of some sorts?

#12 Noodle

  • Members
  • 989 posts
  • LocationSometime.

Posted 21 June 2012 - 03:07 AM

hmm.. Adding CraftOS would require Dan's permission though.
I don't really want a CraftOS emulator.
You should make a lua interpreter with addons like CraftOS.
Just don't sell it for 99cents, some of us don't have money and I can't really imagine many people buying it (If it were just CraftOS).
Overall you would pretty much get only a few people buying it because most don't have money for it and nearly most of the CC community is at the forums (if sold for 99cents).

EDIT: Ideally you should make it a background CC-looking and have it enterpret your code Lua only, then also make a plugin/addon for CraftOS.

#13 Hackingroelz

    Peripheral Designer

  • Members
  • 213 posts
  • Locationthe Nether(lands)

Posted 21 June 2012 - 04:23 AM

View Postdjblocksaway, on 12 April 2012 - 07:37 AM, said:

View Postvirtualayu, on 12 April 2012 - 06:53 AM, said:

and on my ipone ^^ there is not much app for programming lua... and they didn't work ^^
there is some that work but they are really crappy and crash alot and they cost like $6 :P/>

Have you tried the app codea? I've bought it and it works pretty well. Maybe somebody could even program a
craftOS emulator in codea?

#14 ComputerCraftFan11

  • Members
  • 771 posts
  • LocationHawaii

Posted 22 June 2012 - 02:46 AM

View Postroel15, on 21 June 2012 - 04:23 AM, said:

View Postdjblocksaway, on 12 April 2012 - 07:37 AM, said:

View Postvirtualayu, on 12 April 2012 - 06:53 AM, said:

and on my ipone ^^ there is not much app for programming lua... and they didn't work ^^
there is some that work but they are really crappy and crash alot and they cost like $6 :P/>

Have you tried the app codea? I've bought it and it works pretty well. Maybe somebody could even program a
craftOS emulator in codea?

craftOS emulator is easy.

Forgot, does codea have corutine.yeild() with characters?

#15 Mads

  • Members
  • 604 posts
  • LocationCopenhagen, Denmark

Posted 22 June 2012 - 02:08 PM

This would not be too hard on Android, as we can write android apps with C++, and we can easily embed Lua in C++.

#16 cant_delete_account

  • Members
  • 484 posts

Posted 22 June 2012 - 04:24 PM

View Postmad, on 22 June 2012 - 02:08 PM, said:

This would not be too hard on Android, as we can write android apps with C++, and we can easily embed Lua in C++.
Also, Android has Java support, so you could use LuaJ.

#17 Noodle

  • Members
  • 989 posts
  • LocationSometime.

Posted 22 June 2012 - 06:02 PM

Java + Android
DON'T MIX.

Takes hella long time to run an app in java on an Andriod.

#18 Mads

  • Members
  • 604 posts
  • LocationCopenhagen, Denmark

Posted 23 June 2012 - 04:36 PM

View PostNoodle, on 22 June 2012 - 06:02 PM, said:

Java + Android
DON'T MIX.

Takes hella long time to run an app in java on an Andriod.

Wth? Google advices you to do that. It was originally intended that Android apps should be written in Java. More than 90% of all apps on the Google Play Store are written in Java, so don't tell us that it does not run fast, and is not a good mix.

Please, do some research before babbling about something that a simple google search could answer.
Also, it says in your own signature: "LTS. Learn to google", so I see no reason why you could not have done that yourself.

#19 Noodle

  • Members
  • 989 posts
  • LocationSometime.

Posted 02 July 2012 - 02:48 AM

Lmao @mad
I had an android... It loaded so slow that I threw it against the wall and It died (broke). I then went out and got an iPhone. Java and Android was intended but It doesn't load (nearly) as fast as native programs do. I'm just saying that it really isn't the best in quality, not that people that have an android are messed or something.
Android
Pros: Graphics, big
Cons: Slow, Big, easy to break, battery, apps crash, much more.

iPhone
Pros: Sized, Fast, Graphics, not-so-breakable, parses fast (java + native)
Cons: Some records of battery misbehaviors, Some apps crash

#20 Xtansia

  • Members
  • 492 posts
  • LocationNew Zealand

Posted 02 July 2012 - 03:16 AM

View PostNoodle, on 02 July 2012 - 02:48 AM, said:

Lmao @mad
I had an android... It loaded so slow that I threw it against the wall and It died (broke). I then went out and got an iPhone. Java and Android was intended but It doesn't load (nearly) as fast as native programs do. I'm just saying that it really isn't the best in quality, not that people that have an android are messed or something.
Android
Pros: Graphics, big
Cons: Slow, Big, easy to break, battery, apps crash, much more.

iPhone
Pros: Sized, Fast, Graphics, not-so-breakable, parses fast (java + native)
Cons: Some records of battery misbehaviors, Some apps crash

iOS is proprietary to Apple products, While Android is a open platform where any company with any model of phone can use so you cannot compare a phone running android to the iPhone unless the two phones have the same or equivalent hardware specs.





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users