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

Glass OS 5 : Discontinued :(

Started by Blue, 04 May 2014 - 05:53 AM
Blue #1
Posted 04 May 2014 - 07:53 AM
GLASS OS

Oh,how did you get here? :P/>. Please do not bump this topic and check out Glass UI instead. Trust me,it's 10x better than this.

Glass os is DISCONTINUED :(/>

Check out the features of Glass UI!

GLASS UI FEATURES
SpoilerGLASS UI A.K.A Glass os 2.0
List of features (that I can think of)
  • Games,apps and books menu
  • 3D icons
  • Screensavers
  • Better settings menu
  • Better installer
  • Better login
  • Better animations
I will update this list when I can think of more.
Questions+Glass OS
SpoilerWhy was Glass OS discontinued?
Because of 77% of people want it to be discontinued.
Will Glass UI be the same as Glass OS?
No,the code will be completely rewritten.(but will still have the same ideas)
When will Glass UI be released?
In a month because I have a lot of homework.
Glass OS has a bug,what do I do?
I will no longer be fixing bugs,try fixing it on ask a pro

Spoilermade by GLASS SYSTEMS
note:When painting an icon(whilst downloading an app) icons must be: less than 5 pixels tall and 14 pixels wide and in the top left corner
DOWNLOAD
Spoiler
pastebin run 0Jvsjgi5
SCREENSHOTS
Spoiler[attachment=1643:Screenshot_1.png][attachment=1626:Screenshot_1.png][attachment=1629:Screenshot_3.png][attachment=1644:Screenshot_2.png]
COMING SOON
Spoiler

DISCONTINUED :(/>

GLASS APPS:
Spoiler

DISCONTINUED :(/>

GAPI
Spoiler

GAPI: (a very basic) Glass Application Programming Interface
note: Glass OS sets a global user variable at startup.
note2: The API doesn't return anything.
Functions:
gapi.help(topic,text) : displays help page
gapi.addApp(user,image,app,slot) : adds an app
gapi.deleteApp(user,slot) : deletes an app
gapi.run(path) : run animations.sys then runs the app
gapi.download(link,name,user) : downloads the contents of the page then saves it into: <user>/downloads/<name>
gapi.internet(link,page) : displays the content of the page (with a UI).
Download:
Go to your start screen,click on the ">" of run,then type the following:
pastebin get nZZPayCf GAPI
At the top of your program put: os.loadAPI("gapi")
Edited on 26 November 2015 - 02:52 PM
oeed #2
Posted 04 May 2014 - 08:13 AM
This looks quite nice, I like the blue colour scheme.

However, I prefer to live sans-Comic Sans, and you should too.
Edited on 10 May 2014 - 11:45 PM
viluon #3
Posted 04 May 2014 - 10:05 AM
(Haven't tested)
Arguments of a script run via shell.run(…) should be passed this way:
shell.run("cd","My Directory")
not this way:
shell.run("cd My Directory")

Edit: /me still haven't tested, looking at your code

You don't hash/encrypt passwords
Edit2: you don't use term.getSize() and your code is thus not compatible with monitors

Edit3: you shall use shell.resolve(".") when operating with relative paths
Edited on 04 May 2014 - 09:09 AM
oeed #4
Posted 04 May 2014 - 10:09 AM
(Haven't tested)
Arguments of a script run via shell.run(…) should be passed this way:
shell.run("cd","My Directory")
not this way:
shell.run("cd My Directory")

Both ways are completely valid. The second way is a bit newer (not 100% sure when it was added, probs 1.5), but if you're wanting compatibility with old version (again, not sure when it was added) then you'd be better with the first.
Edited on 04 May 2014 - 08:10 AM
Blue #5
Posted 04 May 2014 - 10:20 AM
(Haven't tested)
Arguments of a script run via shell.run(…) should be passed this way:
shell.run("cd","My Directory")
not this way:
shell.run("cd My Directory")

Edit: /me still haven't tested, looking at your code

You don't hash/encrypt passwords
Encryption will come later. Right now the os is really noobish.

(Haven't tested)
Arguments of a script run via shell.run(…) should be passed this way:
shell.run("cd","My Directory")
not this way:
shell.run("cd My Directory")

Both ways are completely valid. The second way is a bit newer (not 100% sure when it was added, probs 1.5), but if you're wanting compatibility with old version (again, not sure when it was added) then you'd be better with the first.
Glass os uses the multitasking feature included in 1.6 :)/>
Edited on 10 May 2014 - 05:39 PM
viluon #6
Posted 04 May 2014 - 11:00 AM
(Haven't tested)
Arguments of a script run via shell.run(…) should be passed this way:
shell.run("cd","My Directory")
not this way:
shell.run("cd My Directory")

Both ways are completely valid. The second way is a bit newer (not 100% sure when it was added, probs 1.5), but if you're wanting compatibility with old version (again, not sure when it was added) then you'd be better with the first.
The second one is not. Try creating a script with name "cd My Directory"
Blue #7
Posted 04 May 2014 - 11:05 AM
(Haven't tested)
Arguments of a script run via shell.run(…) should be passed this way:
shell.run("cd","My Directory")
not this way:
shell.run("cd My Directory")

Both ways are completely valid. The second way is a bit newer (not 100% sure when it was added, probs 1.5), but if you're wanting compatibility with old version (again, not sure when it was added) then you'd be better with the first.
The second one is not. Try creating a script with name "cd My Directory"
Works for me.
EDIT: Didn't see the space
Edited on 04 May 2014 - 09:10 AM
oeed #8
Posted 04 May 2014 - 11:05 AM
(Haven't tested)
Arguments of a script run via shell.run(…) should be passed this way:
shell.run("cd","My Directory")
not this way:
shell.run("cd My Directory")

Both ways are completely valid. The second way is a bit newer (not 100% sure when it was added, probs 1.5), but if you're wanting compatibility with old version (again, not sure when it was added) then you'd be better with the first.
The second one is not. Try creating a script with name "cd My Directory"
Oh sorry, my bad. The space would between the My and Directory might throw it off, didn't notice that.
Edited on 04 May 2014 - 09:05 AM
Blue #9
Posted 04 May 2014 - 11:08 AM
Who voted "noobish" and "no"? :(/> :P/>
Edited on 04 May 2014 - 09:08 AM
viluon #10
Posted 04 May 2014 - 11:11 AM
Sorry it was me but I think it decreases functionality rather than it's noobish

Edit: I'll delete my vote if it'd help you (beginnings are difficult)
Edited on 04 May 2014 - 09:13 AM
Blue #11
Posted 04 May 2014 - 11:16 AM
Sorry it was me but I think it decreases functionality rather than it's noobish
Why?

Thanks :)/> :)/> :)/> :)/> :)/> :)/>

Do you have any suggestions for the os?
viluon #12
Posted 04 May 2014 - 11:16 AM
Well, if you do not encrypt passwords then it's better not to use them so e.g. server Admins can't read them

Edit: for suggestions look at my original post, I'll add more as soon as I test your code
Edited on 04 May 2014 - 09:17 AM
Blue #13
Posted 04 May 2014 - 11:18 AM
Well, if you do not encrypt passwords then it's better not to use them so e.g. server Admins can't read them

Edit: for suggestions look at my original post, I'll add more as soon as I test your code
How do i encrypt passwords?
viluon #14
Posted 04 May 2014 - 11:23 AM
(We should get back on topic)
To your question, there was some hashing API on the forums, I haven't used it yet and don't remember who created it, maybe theoriginalbit or gopheratl. Try look through the forums
Blue #15
Posted 04 May 2014 - 11:41 AM
Looking for Hashing API.The update will be posted when finished.
oeed #16
Posted 04 May 2014 - 11:42 AM
(We should get back on topic)
To your question, there was some hashing API on the forums, I haven't used it yet and don't remember who created it, maybe theoriginalbit or gopheratl. Try look through the forums

GravityScore made one: http://www.computercraft.info/forums2/index.php?/topic/8169-sha-256-in-pure-lua/
viluon #17
Posted 04 May 2014 - 11:44 AM
Yeah so it was gravity… sorry :D/>
Blue #18
Posted 04 May 2014 - 12:29 PM
Forgot to add the startup file! Why did nobody notice!
Edited on 04 May 2014 - 10:30 AM
MatthewGB #19
Posted 04 May 2014 - 12:35 PM
Got an error in account.exe, line 11 attempt to index a nil value. Btw, CLI looks very noobish, and I couldn't make an account due to the error. I would recommend adding an os.reboot() to the end of the installation, and asking to make an account if there are none at startup. Nice theme and layout though on the login GUI.
Blue #20
Posted 04 May 2014 - 12:39 PM
Got an error in account.exe, line 11 attempt to index a nil value. Btw, CLI looks very noobish, and I couldn't make an account due to the error. I would recommend adding an os.reboot() to the end of the installation, and asking to make an account if there are none at startup. Nice theme and layout though on the login GUI.
What's CLI?
EDIT:Please reinstall to fix the error
I cannot check if there is an account due to the fact that it has unlimited slots
Edited on 04 May 2014 - 10:51 AM
viluon #21
Posted 04 May 2014 - 12:50 PM
Command line interface
Blue #22
Posted 04 May 2014 - 12:54 PM
Can someone please do a review on something other than the installer and login?. :)/>
Edited on 04 May 2014 - 10:54 AM
viluon #23
Posted 04 May 2014 - 01:00 PM
I did
Blue #24
Posted 04 May 2014 - 01:03 PM
I did
How did you test the home screen? there was no startup :P/> It would error.

EDIT: who voted "good"?
Edited on 04 May 2014 - 11:07 AM
viluon #25
Posted 04 May 2014 - 01:09 PM
Me :D/> and btw I haven't tested your code. I'm reading it (yes, I can find bugs without debugging ;)/> )

Edit: and can't test now, I'm on Android
Edit2: polls are anonymous for a reason
Edited on 04 May 2014 - 11:11 AM
Blue #26
Posted 04 May 2014 - 01:13 PM
Me :D/> and btw I haven't tested your code. I'm reading it (yes, I can find bugs without debugging ;)/> )

Edit: and can't test now, I'm on Android
Edit2: polls are anonymous for a reason
Thanks :)/> hope that you can test it soon :)/>
Blue #27
Posted 04 May 2014 - 01:22 PM
has anybody used the main screen? How to download an app: click on the "g" of glass press the "!" of download.
You will now be in the pastebin installer app, follow these steps:
1.enter slot
2.enter id
3.enter program name
4.paint icon


you can have a maximum of 6 programs.

To run your program click on the ">" next to it's name.

I'm going to make an instruction manual soon but i might discontinue this. :(/>

I'm pretty sure that the people who voted "noobish/decreases functionality" haven't even downloaded an app and seen the pretty animation.

to change the color click on "g" then click on "s"
Edited on 04 May 2014 - 12:08 PM
Saldor010 #28
Posted 04 May 2014 - 02:34 PM
Well, I create my account and get the OS installed. I login (with the right credentials) and it errors with "no such program".
Blue #29
Posted 04 May 2014 - 02:36 PM
did you run .system/settings.sys?
EDIT: Going for a walk for about half an hour.
EDIT2: read the instruction manual in the OP whilst I'm gone.
Edited on 04 May 2014 - 12:40 PM
Saldor010 #30
Posted 04 May 2014 - 02:49 PM
did you run .system/settings.sys?
EDIT: Going for a walk for about half an hour.
EDIT2: read the instruction manual in the OP whilst I'm gone.

I'm sorry, but your Operating System should not be so complicated that you need a manual for it.
Blue #31
Posted 04 May 2014 - 05:11 PM
did you run .system/settings.sys?
EDIT: Going for a walk for about half an hour.
EDIT2: read the instruction manual in the OP whilst I'm gone.

I'm sorry, but your Operating System should not be so complicated that you need a manual for it.
I'm sorry,but this is in early BETA in the full version it will have a tutorial and will be alot more easier to use.
Edited on 04 May 2014 - 03:14 PM
Blue #32
Posted 04 May 2014 - 05:21 PM
did you run .system/settings.sys?
EDIT: Going for a walk for about half an hour.
EDIT2: read the instruction manual in the OP whilst I'm gone.

I'm sorry, but your Operating System should not be so complicated that you need a manual for it.
I'm sorry,but this is in early BETA in the full version it will have a tutorial and will be alot more easier to use.
Before people use the poll:
1.If it's a bug,report it.
2.If there is something you want, suggest it.
3.remember this is EARLY BETA
4.If you haven't used the home screen, throw your computer away
Blue #33
Posted 04 May 2014 - 06:32 PM
adding update that will make .system/apps.sys easy-to-use
Blue #34
Posted 04 May 2014 - 07:12 PM
The new update will include:
+Better design on the system apps and login
+easy-to-use
+better animation when launching apps
+using http.get for the installer
What do you think about these changes?Do you want more?
Post a reply below
note: Encryption will come later
Edited on 04 May 2014 - 05:14 PM
Lyqyd #35
Posted 04 May 2014 - 07:53 PM
(Haven't tested)
Arguments of a script run via shell.run(…) should be passed this way:
shell.run("cd","My Directory")
not this way:
shell.run("cd My Directory")

Both ways are completely valid. The second way is a bit newer (not 100% sure when it was added, probs 1.5), but if you're wanting compatibility with old version (again, not sure when it was added) then you'd be better with the first.
The second one is not. Try creating a script with name "cd My Directory"

Did you try it? Those two commands are 100% exactly the same, and will have the same results. Please review the way the shell parses shell.run's arguments before you go off disseminating bad information. For reference, any of the following will actually do what you're trying to do with the space in the argument, and all of these are identical:


shell.run("cd 'My Directory'")
shell.run("cd", "'My Directory'")
shell.run("cd 'My", "Directory'")
shell.run("cd", "'My", "Directory'")

Personally, I prefer the top one, as it seems to me to be the most sensible and easiest to read at a glance.
Blue #36
Posted 05 May 2014 - 05:27 PM
Update released!
viluon #37
Posted 05 May 2014 - 06:09 PM
Lyqyd, you are using '' symbols to pass the argument, he was not. And yes, I tried.

Edit: ofc they're the same, but you use "'"
Edited on 05 May 2014 - 04:10 PM
realgogogoluke #38
Posted 06 May 2014 - 11:08 PM
When I picked cyan as the first choice, and light blue at the second choice, this error came up.
Blue #39
Posted 07 May 2014 - 06:27 AM
When I picked cyan as the first choice, and light blue at the second choice, this error came up.
Try typing lightBlue instead of light blue (hold ctrl+t and type in ".system/settings.sys")
Edited on 07 May 2014 - 04:38 AM
Saldor010 #40
Posted 07 May 2014 - 02:40 PM
When I picked cyan as the first choice, and light blue at the second choice, this error came up.
Try typing lightBlue instead of light blue (hold ctrl+t and type in ".system/settings.sys")

Couldn't you add "proper" error checking for this? Or better yet, make it button based or something so you won't have this problem?
Blue #41
Posted 07 May 2014 - 03:34 PM
When I picked cyan as the first choice, and light blue at the second choice, this error came up.
Try typing lightBlue instead of light blue (hold ctrl+t and type in ".system/settings.sys")

Couldn't you add "proper" error checking for this? Or better yet, make it button based or something so you won't have this problem?
that is exactly what i was planning for the full version.
EDIT: Button based settings Added in Glass 5
Edited on 13 May 2014 - 04:59 AM
Blue #42
Posted 07 May 2014 - 03:40 PM
Hashing Update released!
EDIT: bug fixed
Edited on 07 May 2014 - 02:44 PM
Blue #43
Posted 08 May 2014 - 08:40 AM
Does the hashing and installer work?
EDIT:another bug fixed: now installs startup instead of .startup
Edited on 08 May 2014 - 06:49 AM
viluon #44
Posted 09 May 2014 - 05:28 PM
BUG Report:
Location: Settings
Description: ​Inputting any color name that doesn't belong to the "recommended" list will result in window API error
Suggested Fix: Add else statement at the end of your Settings code to the place where colors are matched to color numbers (haven't looked at the exact error line, but assume you have it this way). In the else statement, print something like "Sorry, unknown/unsupported color name" and restart the program/current program page (there are 2,one for the bar color and the second one for the bg color).
Edited on 09 May 2014 - 03:31 PM
Blue #45
Posted 09 May 2014 - 06:04 PM
BUG Report:
Location: Settings
Description: ​Inputting any color name that doesn't belong to the "recommended" list will result in window API error
Suggested Fix: Add else statement at the end of your Settings code to the place where colors are matched to color numbers (haven't looked at the exact error line, but assume you have it this way). In the else statement, print something like "Sorry, unknown/unsupported color name" and restart the program/current program page (there are 2,one for the bar color and the second one for the bg color).
There isn't even an if statement :P/> Anyway, i will add a better UI to the settings.
viluon #46
Posted 09 May 2014 - 06:51 PM
-snip
There isn't even an if statement :P/> Anyway, i will add a better UI to the settings.
It's not about the UI -_-/>
Lyqyd #47
Posted 09 May 2014 - 07:38 PM
A better UI could also fix it, of course. If the user can't cause bad data to be the selection, a non-existent color can't crash the API.
Blue #48
Posted 09 May 2014 - 08:16 PM
Planned for the new version:

Better looking login system
Better UI
A BSOD

Not many features are planned :(/> Please suggest more.
Blue #49
Posted 10 May 2014 - 07:27 AM
code released!
Edited on 10 May 2014 - 10:42 AM
viluon #50
Posted 10 May 2014 - 09:11 AM
A better UI could also fix it, of course. If the user can't cause bad data to be the selection, a non-existent color can't crash the API.
True
Lyqyd #51
Posted 10 May 2014 - 11:41 AM
You should always be sure to leave the code available. If you left it unavailable for too long, I'd have to lock the topic, as you should already know.
Blue #52
Posted 10 May 2014 - 12:43 PM
You should always be sure to leave the code available. If you left it unavailable for too long, I'd have to lock the topic, as you should already know.
I know,I will add a zip file (of the previous version) next time i update.
Edited on 10 May 2014 - 10:46 AM
Blue #53
Posted 12 May 2014 - 07:54 PM
Anybody got any more suggestions? :)/>
Edited on 12 May 2014 - 05:54 PM
Blue #54
Posted 16 May 2014 - 06:15 PM
A very basic API called GAPI(Glass Application Programming Interface) is coming soon! :)/>

Also,don't forget to submit an app!
Blue #55
Posted 17 May 2014 - 10:21 AM
To all the people who voted "1 star" and "no" what is wrong with the OS?
EDIT: Am i dreaming? 7 "yes" votes and 3 "5 star votes" thanks guys! :)/> :)/> :)/>
Edited on 17 May 2014 - 02:46 PM
viluon #56
Posted 17 May 2014 - 09:55 PM
To your GAPI - you should add further documentation e.g. gapi.download(…) - what does this return? A file handle? Content of the page? Does it save data?
Blue #57
Posted 18 May 2014 - 07:30 AM
To your GAPI - you should add further documentation e.g. gapi.download(…) - what does this return? A file handle? Content of the page? Does it save data?
I don't know why anywone would use it :P/> .Anyway,I will add some more documentation.
EDIT: Documentation added! I still feel like it needs some more…
Edited on 18 May 2014 - 05:37 AM
Blue #58
Posted 19 May 2014 - 03:58 PM
Can at least 1 person who voted "no" tell me what's wrong with the OS?

As for those who voted "yes":Thank you :)/>

note: DO NOT vote "no" if you think G.A.P.I or Glass Apps is bad.

Remember,I'm only 10 years old

EDIT: Also,should I discontinue this? I'm asking this question because I've got 4 "no" votes.
EDIT2: Someone voted "YES discontinue this".I spent 5 seconds of my life typing "(say why)".So whoever did this,say why.
Edited on 19 May 2014 - 04:27 PM
awsmazinggenius #59
Posted 19 May 2014 - 07:03 PM
I can say for sure that I voted "No" and "1 Star" earlier. 4 people isn't very many, either. The OS is quite buggy, I can't login using the credentials I know I entered (I even checked the save folder), it lacks a good UI (all text is left aligned) and there are other things that I otherwise dislike. I don't think you have to discontinue it, it could just use improvment.
Blue #60
Posted 19 May 2014 - 07:33 PM
The OS is quite buggy, I can't login using the credentials I know I entered
What? It works fine with me.
EDIT: tested 2 minutes ago,it works fine.Did you enter the wright ID?Or use any spaces?
EDIT2: Can you please tell me the other things you don't like? I'd really appreciate it. :)/>
EDIT3: 100 posts yay! :D/> :D/> :D/> :D/> :D/> :D/>
Edited on 19 May 2014 - 05:41 PM
awsmazinggenius #61
Posted 19 May 2014 - 08:06 PM
I eventually got in, but it still has other bugs. Was this OS tested before release?
Blue #62
Posted 20 May 2014 - 06:47 AM
I eventually got in, but it still has other bugs. Was this OS tested before release?
Yes it was.

LATE EDIT: I think that you are talking about the mouse clicking,you are supposed to click on the ">" to perform an action.
Edited on 24 May 2014 - 05:32 PM
Blue #63
Posted 20 May 2014 - 07:26 AM
Ok,so 83% of people want this discontinued (and haven't given a reason :angry:/>)
46% of people don't like this.

Well,I think it's time to discontinue this :(/> .
viluon #64
Posted 20 May 2014 - 05:21 PM
that's a pity, although it was nothing like LyqydOS or OneOS, it still was one of the better ones (no NDF-Jay copy). Good luck with your next project!
Blue #65
Posted 20 May 2014 - 07:28 PM
that's a pity, although it was nothing like LyqydOS or OneOS, it still was one of the better ones (no NDF-Jay copy). Good luck with your next project!
Thanks,I'm planning to do a new "os" called Glass UI ;)/> .
awsmazinggenius #66
Posted 20 May 2014 - 11:43 PM
Rewritten from scratch or copy pasted code from your old os with minor modifications? I hope it is a complete rewrite.
oeed #67
Posted 21 May 2014 - 12:13 AM
Yea, if you want people to like your OS release when it's actually done. Releasing something that's only a menu bar and one or two buttons is something people quite often, make your OS really good and different then people will like it.
Blue #68
Posted 21 May 2014 - 06:16 AM
Rewritten from scratch or copy pasted code from your old os with minor modifications? I hope it is a complete rewrite.
It's a complete rewrite,of course. ;)/>
Blue #69
Posted 21 May 2014 - 06:37 AM
List of features (that I can think of)
  • Games,apps and books menu
  • 3D icons
  • Screensavers
  • Better settings menu
  • Better installer
  • Better login
  • Better animations
I will update this list when I can think of more.
Edited on 21 May 2014 - 04:39 AM
Konlab #70
Posted 21 May 2014 - 07:29 AM
that's a pity, although it was nothing like LyqydOS or OneOS, it still was one of the better ones (no NDF-Jay copy). Good luck with your next project!

Please link Lyqyd OS
Blue #71
Posted 21 May 2014 - 10:05 AM
Yea, if you want people to like your OS release when it's actually done. Releasing something that's only a menu bar and one or two buttons is something people quite often, make your OS really good and different then people will like it.
Don't worry it's going to be 10 times better than Glass os :D/> .(I hope)

Please link Lyqyd OS
Try using that search bar in the top right corner ;)/>.
Edited on 21 May 2014 - 08:10 AM
Konlab #72
Posted 21 May 2014 - 10:36 AM
Yea, if you want people to like your OS release when it's actually done. Releasing something that's only a menu bar and one or two buttons is something people quite often, make your OS really good and different then people will like it.
Don't worry it's going to be 10 times better than Glass os :D/> .(I hope)

Please link Lyqyd OS
Try using that search bar in the top right corner ;)/>.

I tried
Blue #73
Posted 21 May 2014 - 11:23 AM
Yea, if you want people to like your OS release when it's actually done. Releasing something that's only a menu bar and one or two buttons is something people quite often, make your OS really good and different then people will like it.
Don't worry it's going to be 10 times better than Glass os :D/> .(I hope)

Please link Lyqyd OS
Try using that search bar in the top right corner ;)/>.

I tried
Here you go :)/>
Konlab #74
Posted 23 May 2014 - 06:29 PM
If you don't continue Glass OS, then I don't continue CraftDroid
Saldor010 #75
Posted 23 May 2014 - 08:22 PM
If you don't continue Glass OS, then I don't continue CraftDroid

Uuum, why? :mellow:/>
Blue #76
Posted 24 May 2014 - 07:21 AM
If you don't continue Glass OS, then I don't continue CraftDroid
Sadly,I am discontinuing Glass OS,not only because of the votes but because of Glass UI A.K.A Glass 2.0
(haven't even started making it :P/>).

It doesn't mean you have to discontinue your OS.

Also,Glass UI is going to be released in 1 month. :D/>
Edited on 24 May 2014 - 05:21 AM
gametechish #77
Posted 30 May 2014 - 12:49 PM
Why would someone want to discontinue something so awesome and this ten year old kid is freaking smart.
Blue #78
Posted 30 May 2014 - 03:02 PM
Why would someone want to discontinue something so awesome and this ten year old kid is freaking smart.
Thanks. :)/>
Edited on 30 May 2014 - 01:02 PM
gametechish #79
Posted 11 March 2015 - 10:13 PM
If you guys liked this or didn't like it. Either way I'm working on a new OS based off of this one that has new APIs centered text. and a lot more I would like to have suggestions featured when I release code.

Features(so far implemented)
Text API(centers text, colors code while clearing screen)
Boot API(loads up UI and images)
Comes with GameUtils API
NPaintPro included

Features(In the works)
Full networking support with messaging program
E-Mail system
Basically complete internet system with Servers and Clients(API included for custom server and client scripts)