Skip to content
IgorTimofeev edited this page Jan 13, 2019 · 12 revisions

How to develop MineOS applications?

Every MineOS application is a directory with .app extension, which has the following contents:

2019-01-08 11 03 18

The Main.lua file is launched on application start, and Icon.pic is used to display application icon. Application directory is very convenient to store some resources: localization files, images, configs, etc.

You can click on the corresponding option in the context menu to create sample application:

2019-01-08 11 31 24

When application directory is created, it's a good time to read wiki of how to use system APIs. You can instantly edit Main.lua file to do some source code changes:

2019-01-08 11 19 32

2019-01-08 11 17 46

2019-01-08 11 15 53

Clone this wiki locally