96 posts
Posted 17 November 2015 - 10:05 PM
JakeOS X Operating System
Download
pastebin run YXGN67xN
Features- Background process functions (JakeOS API)
- Password system
- File explorer
- Task manager
- Customizable desktop
- Protection program (make a file read only with 'protect <file>')
- Adds term.getBackgroundColor() to older versions of ComputerCraft
- 24h real time clock!
- Auto-run folder
Screenshots:Spoiler
Edited on 20 November 2015 - 02:02 AM
1715 posts
Location
ACDC Town
Posted 18 November 2015 - 02:54 AM
Pretty nice, from what I can see. However, I can't seem to find any hotkeys for multitasking, nor any menus. Also, the consistency of interface is not, as some apps have [X] buttons, the terminal doesn't, and the file manager has an X in a different place. Is the 'exit application' hardcoded in each application?
818 posts
Location
Wherever you want me to be
Posted 18 November 2015 - 09:12 AM
such an original logo :P/>
anyway, great OS! there could be more programs to start, but it's great in every other way!
314 posts
Location
Glass/UX/main.lua
Posted 18 November 2015 - 01:39 PM
Design looks great! Haven't tried it yet though.
127 posts
Location
CubeSpace
Posted 22 November 2015 - 10:38 AM
Pretty nice, from what I can see. However, I can't seem to find any hotkeys for multitasking, nor any menus.
There isn't a full multitasking system, only an API to run background processes. For example, if you wanted to run some kind of networking program in the background, you could code it in a function then do JakeOS.startProcess(func,"Networking").
96 posts
Posted 23 November 2015 - 09:25 PM
such an original logo :P/>
anyway, great OS! there could be more programs to start, but it's great in every other way!
Planning on making some more options in start menu, Recently added Real-Life Time
477 posts
Location
Germany
Posted 27 November 2015 - 06:02 PM
There isn't a full multitasking system, only an API to run background processes.
That's a shame, implement it jakejakey1208!
96 posts
Posted 29 November 2015 - 05:38 PM
There isn't a full multitasking system, only an API to run background processes.
That's a shame, implement it jakejakey1208!
No, I can't add it to it, even Glass UI doesn't have it.
314 posts
Location
Glass/UX/main.lua
Posted 29 November 2015 - 07:40 PM
There isn't a full multitasking system, only an API to run background processes.
That's a shame, implement it jakejakey1208!
No, I can't add it to it, even Glass UI doesn't have it.
But it will… The API will be open-source,meaning that you can copy/paste the code and modify it as you wish.
96 posts
Posted 29 November 2015 - 10:51 PM
There isn't a full multitasking system, only an API to run background processes.
That's a shame, implement it jakejakey1208!
No, I can't add it to it, even Glass UI doesn't have it.
But it will… The API will be open-source,meaning that you can copy/paste the code and modify it as you wish.
Ah, well I was just looking for an excuse since I can't add it