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

[CrimsonTech] Static 1.1 - Max Simplicity

Started by Agent Silence, 16 October 2014 - 01:20 AM
Agent Silence #1
Posted 16 October 2014 - 03:20 AM
Presenting my first operating system, Static, the first OS for CrimsonTech!

Spoiler
All red text list items are directories.

SpoilerScroll : WASD and Arrow Keys
Instant Edit : Insert Key
Delete : Delete
Return to main directory : Backspace

I tried to make this OS as simple as possible, to spare my time and the people using this OS.

Download :
pastebin get jNc2LMub startup

Planning to add a lot more features soon!
Just keep in touch and follow this post!

Spoiler1.1————–
* Fixed folders being displayed as files.
+ Adding info bar for information on the ROM programs and APIs(SoonTM)

1.0b————-
* Fixed bug with delete button not properly working

1.0—————
+ First Release

Edited on 26 October 2014 - 07:42 PM
Lego Stax #2
Posted 19 October 2014 - 03:11 PM
Something that makes OSes simpler is mouse click support. Almost every OS that supports Advanced computers has this. I assume that you plan to add this?

Also, your OS can be terminated. Is this on purpose? Most programmers here that write OSes try to make sure that this can't happen. You just have to make sure that you don't have either the read(), sleep(), os.pullEvent(), or rednet functions. Other than that, good idea for a basic interface. :)/>
Agent Silence #3
Posted 20 October 2014 - 06:46 AM
Something that makes OSes simpler is mouse click support. Almost every OS that supports Advanced computers has this. I assume that you plan to add this?

Also, your OS can be terminated. Is this on purpose? Most programmers here that write OSes try to make sure that this can't happen. You just have to make sure that you don't have either the read(), sleep(), os.pullEvent(), or rednet functions. Other than that, good idea for a basic interface. :)/>
This is just an early version. Im planning to add alot more features like Mouse Support, Aliases and Directories inside directories fix(I dont know whats going on, but directories inside directories are marked as programs).
Agent Silence #4
Posted 20 October 2014 - 08:03 PM
Hey I just pushed out another update to Version 1.1!

Sadly It doesn't add mouse support yet, but I'm devising a plan to make it happen.
But it does have the fix for directories!
mrdawgza #5
Posted 24 October 2014 - 07:20 PM
I agree with Lego Stax that mouse support is needed, like my first OS or graphical shell was text based (oh the days).

If you want you can check out the code that Linear OS is using for mouse support or I think Bedrock is good for that aswell (but complicated).

Nice OS by the way.