Skip to content

Learn the basics

Josiah Horton edited this page Feb 1, 2016 · 1 revision

Learn the basics

How does APNM work?

The .APNM file uses a sudo-language that is called by the API and turned into usable data for the application. In a future update to the API the sudo-language in the manifest file will be turned into a true language that can be used in multiple files other than just the manifest and will provide a better development experience for development. The API then takes that data and locates the files mentioned in the manifest file such as the index.html file and the icon file. Then the API generates the appropriate Window or UI-Element for the plugin. The Window or UI-Element is then populated with the visual objects created or mention by the code the developer included. Now the API implements the Window or UI-Element in the application itself.

Where are the runtimes located?

You can find the runtimes on the release page.

Where should I keep the runtimes on my local machine?

The DLL should be located in the build directory of your application.

How should the manifest file be formatted?

Learn about this here.

Clone this wiki locally