lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


We (www.spinifex.net) are using Lua for manging our windows help engine.
All help entries are in a manually-edited lua file, and the app calls the lua interpreter to return the appropriate help text.

This provides a flexible and easily modified help system - files can include other files; text can be generated on the fly; etc.

We also use Lua for dynamic menus (among other things).

Adrian