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

Squartus 1.0.14 Alpha - very interesting OS

Started by Minesoft, 05 March 2013 - 06:37 AM
Minesoft #1
Posted 05 March 2013 - 07:37 AM
EN: Hi! Today I would like to share my OS. This OS very interesting. It has a very interesting API! But it has a bad looking desktop, because I don't have much time.
RU: Привет! Сегодня я хочу поделится своей ОС с вами. Эта ОС будет очень интересной для разработчиков в плане программирования под нее и для пользователей в плане удобства в использовании. Пока что рабочий стол ОС в "плохом состоянии" потому, что у меня мало времени, но скоро я поработаю над ним :)/> Тестируйте!
Screenshots:
http://vk.com/doc190227117_161131761?hash=01cc65079c5409af70


About Squartus:
1. OS supports Multi Threading. Example:
local thread = sq.nt.createThread(function);
thread:resume();
2. Windows Interface, easy to create new window:
local Window = sq.ui.createWindow("Hello World", 1, 1, 20, 4);
Window:write("Hello World!");
Window:open();

Download Squartus
NeptunasLT #2
Posted 05 March 2013 - 08:14 AM
Not bad dude ;P
superaxander #3
Posted 05 March 2013 - 08:24 AM
This has lots of potential
I can send you a pm with correct translation
superaxander #4
Posted 05 March 2013 - 08:28 AM
Just sent you pm
Skullblade #5
Posted 05 March 2013 - 08:29 AM
Just send you pm
Just sent *

:P/>
Minesoft #6
Posted 05 March 2013 - 09:55 AM
Next update:
Beautiful desktop,
Task Manager,
File Manager,
Command Line,
Localization support(localization files)
Shnupbups #7
Posted 05 March 2013 - 10:09 AM
This may be wrong, but is the English name meant to be SquaredOS? Just a little guess. And the OS looks pretty cool, I'll follow the dev. as it gets better.
ShadowedZenith #8
Posted 05 March 2013 - 10:11 AM
Looks good so far. Only suggestion I'd give with the desktop itself is maybe giving a different color to the task bar and the background area, or, what I'm assuming is a task bar.
superaxander #9
Posted 05 March 2013 - 07:09 PM
Just send you pm
Just sent *

:P/>/>
I sent that post when I was running :P/>(to school xD)
NeptunasLT #10
Posted 05 March 2013 - 07:19 PM
This OS is not finished.
oeed #11
Posted 05 March 2013 - 11:21 PM
Pastebin please…