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

MineX OS From Russia and Ukraine wich love!

Started by Semoro, 19 January 2013 - 08:53 PM
Semoro #1
Posted 19 January 2013 - 09:53 PM
MineX OS 2.2 is the OS that uses the self-made language, called "XLua"
XLua API allows you to easily create half-graphic programms which will automatically support multitasking
MineX isn't as good as KREOS, but i believe, that this OS is pretty good.


TODO
- Color support
- New components for XLua
- Redesign XLua API to make XLua to the Object-oriented language

You can download MineX by pasting this command into your ComputerCraft computer's console:

pastebin get SJbLnVxe install


Then type "install" and follow the instructions.

Thank you :)/>
BigSHinyToys #2
Posted 20 January 2013 - 01:32 AM
This is quite impressive and well thought out for a first program congrats and welcome to the forums. some documentation would be nice as to how to implement applications using your graphics / UI library.
Skullblade #3
Posted 20 January 2013 - 04:51 AM
cool..1 thing screen shots…lots of screenshots:D


EDIT: just looked at it really good but is color a possibility?
jag #4
Posted 20 January 2013 - 04:57 AM
Yea I agree… I want to see how it looks, to be more tempting to use in-game..
ardera #5
Posted 20 January 2013 - 05:02 AM
I like it very much!!! Very cool!
If you add right-click and better languange support it will be the best OS ever!
Semoro #6
Posted 20 January 2013 - 07:35 AM
This is quite impressive and well thought out for a first program congrats and welcome to the forums. some documentation would be nice as to how to implement applications using your graphics / UI library.

Yes, i provide it, when we end converting lua in to object programming style.

Because now code looks as




function main()
formRegister("LOL")
form.add.text("LOL",1,5,"HAHAHA!")

formChange("LOL")
end
MineXLuaInit(main,"LOL's program")


When we do it, code will looks like

function main()
form=app().registerForm()
form.set.title("LoL's program")
form.add.text("HAHA",1,5)
form.show()
end
MineXLuaInit(main,"My clever program")






cool..1 thing screen shots…lots of screenshots:D


EDIT: just looked at it really good but is color a possibility?

Yes, now i work on color support, and adding color support to API



I like it very much!!! Very cool!
If you add right-click and better languange support it will be the best OS ever!

Right-click using in FS by clicking right mouse button you opening sub menu.
Semoro #7
Posted 20 January 2013 - 07:38 AM
/del
Semoro #8
Posted 20 January 2013 - 07:42 AM
/del