This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
luaCoder's profile picture

Stained Glass OS - Beta/[Wip] - Beta 2.0 - Added Home Screen And Menu(Not Fully Finished)

Started by luaCoder, 26 August 2013 - 04:28 PM
luaCoder #1
Posted 26 August 2013 - 06:28 PM
Why Use Some Other OS When You Can Use Stained Glass OS Beta?

Well Its Easy, Stained Glass OS Is:

[left]1. Easy To Use[/left]
[left]2. Usefull[/left]
[left]3. Awesome[/left]
[left]4. Trusted By People[/left]
[left]5. Is In Color[/left]

[left]Whats New In Version B2.0?[/left]
[left]1) Added Home Screen(Not Fully Finished)[/left]
[left]2) Added Home Menu(Not Fully Finished)[/left]

What Will Be Added/What Is Currently Added:

Startup-----------------100%
Login-------------------100%

Home Screen———–50%

Home Menu————-30%
Word Processor———0%
Working Pastebin App–0%
Monitor Support———-0%
App Store——————0%
Auto Updater—————0%
And More!

Download:

pastebin get pyWgtaFT installer

WARNING: HTTP API NEEDS TO BE ON


Photos:


EDIT: fixed installer redownload from the new pastebin link to use it - Auto Updater Will Be Added Soon!
Edited on 02 January 2015 - 11:12 PM
Kingdaro #2
Posted 26 August 2013 - 06:38 PM
Your installer is broken.


get(6uLpcHhu,gui)
get(WFX4b1h6,logo)
get(ADQk57Wx,under)

You need to surround the codes and filenames in quotes to make them strings, because right now, lua is trying to find variables with those names.
TorakTu #3
Posted 26 August 2013 - 06:40 PM
It would be cool if you could post a picture first. I like to see what I am downloading before I actually try it. :)/>
luaCoder #4
Posted 26 August 2013 - 06:57 PM
Lol, I was using too many variables today so I got mixed up
Lyqyd #5
Posted 26 August 2013 - 08:00 PM
Moved to Operating Systems.
Zudo #6
Posted 29 August 2013 - 04:11 AM
I am the grammar nazi cat :o/>
  1. Well Its Easy should be Well it's easy
  2. Whats Will Be Added should be What will be added

Problems:
  1. The installer is broken
  2. Fake loading screen (ugh)
  3. I see the login system code, but after the fake loading screen, it goes back to craftOS
  4. Trusted by People
    Who are these people?
LBPHacker #7
Posted 29 August 2013 - 07:45 AM
Some tableflipping…
SpoilerInstaller… Well, spaces would be nice.
shell.run("pastebin get"..code..""..file)
And I was stumped for ~10 seconds about pastebin listing its usages… Should be
shell.run("pastebin get "..code.." "..file)

Or hell, actually, should be
function get(pid, file)
    local httpH = http.get(string.format("http://pastebin.com/raw.php?i=%s", pid))
    local fileH = fs.open(file, "w")
    fileH.write(httpH.readAll())
    fileH.close()
    httpH.close()
end

Usually, here comes the part where I start rambling about features as some of you could see in other OS topics, but this is only a loading screen. Or wait a minute, it actually checks for .logFile/username and .logFile/password. Guess what! It never finds them! Reboot right in your face!…

Okay, tableflip-time over. Once again, I just say "Work In Progress differs from Waiting In Pieces."
luaCoder #8
Posted 29 August 2013 - 04:39 PM
I'll fix the launcher today and ill do the rest of the login system
luaCoder #9
Posted 31 August 2013 - 01:19 PM
Your installer is broken.


get(6uLpcHhu,gui)
get(WFX4b1h6,logo)
get(ADQk57Wx,under)

You need to surround the codes and filenames in quotes to make them strings, because right now, lua is trying to find variables with those names.
I Just Fixed AND TESTED The Installer Its Now Fixed And Working Also I added The Login SyStem
deFENCE_ #10
Posted 30 October 2013 - 08:39 AM
Whoa nice work dude! I like:)
luaCoder #11
Posted 12 January 2014 - 02:10 PM
im working on finishing the login then i will work on the home screen!

ok i fixed the login code!

It would be cool if you could post a picture first. I like to see what I am downloading before I actually try it. :)/>
Added Photos
luaCoder #12
Posted 03 January 2015 - 12:16 AM
The OS Now works! please check out this new version I know wou will like it
Lemmmy #13
Posted 03 January 2015 - 12:24 AM
Hey! I just tried out your OS and I have to say I really had fun shutting down and rebooting my computer.
Here's some constructive criticism:
  • Try not to 'release' an OS with minimal features (and has been in development for nearly two years)
  • Avoid making fake loading bars as this can cripple user experience
  • Provide some touch feedback for the menu buttons?
  • Give screenshots in the post ("n0 piks no cl1x", as the professional scholars would say.)
Edited on 02 January 2015 - 11:25 PM
luaCoder #14
Posted 03 January 2015 - 12:26 AM
Hey! I just tried out your OS and I have to say I really had fun shutting down and rebooting my computer.
Here's some constructive criticism:
  • Try not to 'release' an OS with minimal features (and has been in development for nearly two years)
  • Avoid making fake loading bars as this can cripple user experience
  • Provide some touch feedback for the menu buttons?
i stoped development untill a few days ago, but the porgrams bar on the menu should be added tomorrow and possibly part of the setting bar. Also i plan on improving the menu bar.
Lemmmy #15
Posted 03 January 2015 - 12:29 AM
Hey! I just tried out your OS and I have to say I really had fun shutting down and rebooting my computer.
Here's some constructive criticism:
  • Try not to 'release' an OS with minimal features (and has been in development for nearly two years)
  • Avoid making fake loading bars as this can cripple user experience
  • Provide some touch feedback for the menu buttons?
i stoped development untill a few days ago, but the porgrams bar on the menu should be added tomorrow and possibly part of the setting bar. Also i plan on improving the menu bar.

I do enjoy your plans. I have supplied you with a fake internet reputation point.
luaCoder #16
Posted 03 January 2015 - 12:32 AM
lol