Jump to content




MineX OS From Russia and Ukraine wich love!

api computer utility

7 replies to this topic

#1 Semoro

  • Members
  • 4 posts

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 :)

#2 BigSHinyToys

  • Members
  • 1,001 posts

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.

#3 Skullblade

  • Members
  • 470 posts
  • LocationThe Big Apple, NY

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?

#4 jag

  • Members
  • 533 posts
  • LocationStockholm, Sweden

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..

#5 ardera

  • Members
  • 503 posts
  • LocationGermany

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!

#6 Semoro

  • Members
  • 4 posts

Posted 20 January 2013 - 07:35 AM

View PostBigSHinyToys, on 20 January 2013 - 01:32 AM, said:

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")






View PostSkullblade, on 20 January 2013 - 04:51 AM, said:

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



View Postardera, on 20 January 2013 - 05:02 AM, said:

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.

#7 Semoro

  • Members
  • 4 posts

Posted 20 January 2013 - 07:38 AM

/del

#8 Semoro

  • Members
  • 4 posts

Posted 20 January 2013 - 07:42 AM

/del





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users