What could this mean?
This is a read-only snapshot of the ComputerCraft forums,
taken in April 2020.
Sneak Peak
Started by amtra5, 20 May 2014 - 08:24 AMPosted 20 May 2014 - 10:24 AM
What could this mean?
Edited on 20 May 2014 - 08:24 AM
Posted 20 May 2014 - 10:56 AM
I'm going to take a wild stab in the dark and say you're making something called Spritely :P/>What could this mean?Spoiler
Posted 20 May 2014 - 05:08 PM
Some kind of web app.
Posted 20 May 2014 - 05:15 PM
CC Emulator or similar is my guess.
Posted 20 May 2014 - 06:57 PM
Looks like a sprite manager.
Posted 20 May 2014 - 11:08 PM
Huh, I wonder what 'ToggleK…', 'Gear', 'Camera' and such are doing in there along with other CC sprites…
Pause, Replay/Refresh, Photo, Video - a some kind of emulator? I don't see why a Sprite explorer would need a Pause button…
Pause, Replay/Refresh, Photo, Video - a some kind of emulator? I don't see why a Sprite explorer would need a Pause button…
Edited on 20 May 2014 - 09:10 PM
Posted 21 May 2014 - 01:56 PM
Posted 21 May 2014 - 02:19 PM
doubt it, that was last updated Feb 18.
Posted 21 May 2014 - 02:20 PM
Well, it would make sense with the icons, it's made by a person with a very similar name here and on GitHub… He/she could be working from a local version also.doubt it, that was last updated Feb 18.
Posted 21 May 2014 - 02:21 PM
very true.He/she could be working from a local version also.
Posted 21 May 2014 - 02:24 PM
Before I got my free github edu private repos I always kept private ones on an SSD, so I'm guessing others might do that too of they don't want to pay.very true.He/she could be working from a local version also.
Posted 21 May 2014 - 06:30 PM
I should delete that repo…Before I got my free github edu private repos I always kept private ones on an SSD, so I'm guessing others might do that too of they don't want to pay.very true.He/she could be working from a local version also.
It was a planned javascript emulator that I never got around to before Grav/1lann made theirs.
EDIT: Just made a new repo https://github.com/amtraCo/iOSCC
Edited on 21 May 2014 - 04:35 PM
Posted 21 May 2014 - 07:14 PM
Just an FYI: I started an iOS CC Emulator in Corona, but dan200 didn't want me distributing the ROM on the App Store with the emulator so I was forced to stop. I'd recommend you talk to dan about ROM distribution before getting too far into the project.I should delete that repo…Before I got my free github edu private repos I always kept private ones on an SSD, so I'm guessing others might do that too of they don't want to pay.very true.He/she could be working from a local version also.
It was a planned javascript emulator that I never got around to before Grav/1lann made theirs.
EDIT: Just made a new repo https://github.com/amtraCo/iOSCC
Edited on 21 May 2014 - 05:14 PM
Posted 21 May 2014 - 07:19 PM
I was thinking of making a small program that users can use to dump _G, /rom and any other custom directories to pastebin with an expiry date.-snip-
Posted 21 May 2014 - 08:13 PM
There's really no point to dumping _G. All you really need are the bios.lua (which you can probably make a custom version of yourself) and the ROM (you could try making a utility to package it all into one file which is sent to pastebin)I was thinking of making a small program that users can use to dump _G, /rom and any other custom directories to pastebin with an expiry date.-snip-
After that, you can emulate the APIs (like term, os, and fs) with setfenv and then just unpack the ROM and bios to the right places.
Posted 21 May 2014 - 08:16 PM
I do not give permission to make an emulator for ComputerCraft available on iOS. Please do not distribute this project.
Posted 21 May 2014 - 08:22 PM
:/I do not give permission to make an emulator for ComputerCraft available on iOS. Please do not distribute this project.
I guess we'll have to wait for Mimic to finish then…
Posted 22 May 2014 - 02:39 AM
And Mimic will have me using the LTE on my iPad instead of just launching an app :(/>
Posted 22 May 2014 - 02:47 AM
I should try and push Grav/1lann down the Web app route, then we can save it to our iDevices and run it just like it is an app, offline too ;)/> :P/>And Mimic will have me using the LTE on my iPad instead of just launching an app :(/>
Edited on 22 May 2014 - 12:47 AM
Posted 22 May 2014 - 05:46 AM
Yeah, I'm actually wondering if I can use it through the Textastic code editor on my iPad, as it has a "web browser" for local files, so all I'd need to do is clone the git repo and copy it over. I'll have to try it soon…
Posted 24 May 2014 - 02:57 PM
Yeah, I'm actually wondering if I can use it through the Textastic code editor on my iPad, as it has a "web browser" for local files, so all I'd need to do is clone the git repo and copy it over. I'll have to try it soon…
Yeah…
Unless 1lann fixed the weird keyboard bug, I tried it and it doesn't quite work.
Anyways, tell me if it works for you!
Posted 24 May 2014 - 05:13 PM
iPads don't work amazingly yet, even in the browser. But. I will try and use it in the Textastic code editor now.
EDIT: It works! I downloaded the repo as a zip (I had to do it through safari though, chrome app didn't recognize it) and then decompressed it in Textastic. Then I just selected the index.html and hit the "View page" button.
EDIT: It works! I downloaded the repo as a zip (I had to do it through safari though, chrome app didn't recognize it) and then decompressed it in Textastic. Then I just selected the index.html and hit the "View page" button.
Edited on 24 May 2014 - 03:25 PM
Posted 24 May 2014 - 09:31 PM
Locked by request.