[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: embedding strategies for beginners
- From: Adrian Sietsma <adrian_groups@...>
- Date: Thu, 13 Jan 2005 19:14:56 +1000
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