Documents
Guides for engine functions, Ano script, menu resources and widget resources.
-
Engine function reference includes explanations and examples for each function provided by the engine.
-
Ano script reference includes datatypes, instruction set, math functions and a guide how to bind own C functions to Ano script.
Every Ano script will most likely call some of the engine's internal functions, for example, exit() is needed in order script to stop. Engine functions are documented each in its own man page, in directory engine/man/man3.
-
Menu resource guide includes explanation and examples how to attach menues to windows and widgets.
-
Widget resource guide includes widget definitions, action callback explanations and some examples. It also includes some discussion how to make own widgets useable by the engine.