-
Notifications
You must be signed in to change notification settings - Fork 192
System API
IgorTimofeev edited this page Jan 13, 2019
·
12 revisions
Every MineOS application is a directory with .app extension, which has the following contents:

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:

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:


