IgorTimofeev / MineOS

Home of MineOS and it's software for OpenComputers mod
Other
758 stars 188 forks source link

GUI API - Standalone usage #409

Closed Yldales closed 2 years ago

Yldales commented 2 years ago

Hello,

Is it still possible to use the GUI API without MineOS (on OpenOS) ? Importing MineOS's libraries into /home/lib and using local GUI = require("GUI") inside a .lua script throw the following error:

/lib/package.lua:64: module 'GUI' load failed:
/lib/package.lua:64: module 'Screen' load failed:
/home/lib/Screen:15: attempt to index a nil value (global 'unicode')

Sorry if this question is trivial. Thanks in advance.

IgorTimofeev commented 2 years ago

Is it still possible to use the GUI API without MineOS (on OpenOS)

No, it's deeply integrated to MineOS. Only old version can be used (without any support, ofc)

Yldales commented 2 years ago

Fine, thanks :)