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

ZipOS - My first OS/UI thing.

Started by TheZipCreator, 11 November 2017 - 01:04 AM
TheZipCreator #1
Posted 11 November 2017 - 02:04 AM
ZipOS

ZipOS Is my first os thingy.

Note: Pastebin Installer coming out soon, but there's github for now


Images








Controls:

Up to cycle up the menu

Down to cycle down the menu

Enter to run program


To install a disk into apps, go into shell and do


copy disk/game i_apps/game


Features Include:

A Menu

Easily creatable apps using a menu

A Shell

An App Store including 5 apps



Developers, If you want your app to have a menu using my OS then you can do something like this


menu = {"Item1", "Item2"}
links = {"Prgm1", "Prgm2"}
cursor = 1

Put that into a program, and it'll open up a menu.

Note: You'll need more then one program for that to work, and If you want your app on the store, you need to put those in another folder.
Edited on 11 November 2017 - 08:34 PM
TheZipCreator #2
Posted 11 November 2017 - 02:22 AM
if you want your app to be on the store click here.
Smallfrypound #3
Posted 11 November 2017 - 12:23 PM
Looks good. First thing you should do though is add a GUI. Also your current UI is a little empty ,you should try to fill up all the empty space around the menu.
TheZipCreator #4
Posted 11 November 2017 - 04:35 PM
Looks good. First thing you should do though is add a GUI. Also your current UI is a little empty ,you should try to fill up all the empty space around the menu.
About the GUI, I'm planning on making another os/ui called "Cleancut" that will have a gui.
Zecradox #5
Posted 10 March 2018 - 09:31 AM
You used that tutorial video from YouTube. Make an actual good GUI-based OS and don't copy code from other people.
Jummit #6
Posted 10 March 2018 - 02:08 PM
I know I don't specified a special license for TerrariCCa, but a little made by jummit would make my day.
Edited on 08 April 2018 - 08:04 AM
LoganDark2 #7
Posted 27 March 2018 - 08:31 PM
I don't specified a license for TerrariCCa

That means it's completely illegal to download, copy, or even use the code.
Jummit #8
Posted 08 April 2018 - 10:04 AM
I don't specified a license for TerrariCCa

That means it's completely illegal to download, copy, or even use the code.
Look at my Account page, there is the license I specify for all my projects. I meant that TerrariCCa has no special license that says that you need to give credit to me.
CLNinja #9
Posted 08 April 2018 - 07:29 PM
Anything on these forums is pretty much fair use, especially if you provide a free download on a site you do not own (i.e, pastebin)
TheZipCreator #10
Posted 28 April 2018 - 03:19 AM
You used that tutorial video from YouTube. Make an actual good GUI-based OS and don't copy code from other people.
Uh, I actually didn't do that.
I thought of this menu system on my own.
I know I don't specified a special license for TerrariCCa, but a little made by jummit would make my day.
Ok I'll add that
Jummit #11
Posted 28 April 2018 - 09:59 AM
I know I don't specified a special license for TerrariCCa, but a little made by jummit would make my day.
Ok I'll add that
Thanks!
TheZipCreator #12
Posted 28 April 2018 - 11:26 PM
You used that tutorial video from YouTube. Make an actual good GUI-based OS and don't copy code from other people.
In response to the second part of this:
Here ya' go