lua-users home
lua-l archive

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


gpeddler 2 is a primitive TSP evolutionary solver written to evaluate wxLua, a 
Lua interface to the wxWindows portable interface library. It contains 
examples and documentation of:

 * Coroutines for cooperative multitasking.
 * Buffered drawing for flicker-free animation.
 * A simple approach to object-oriented Lua programming.
 * Using closures in callbacks. 

Program and documentation are available from 
<http://www.erix.it/progutil.html#gpeddler2>.

Requirements: wxLua 2.1 or later (Lua and wxWindows are included 
in the wxLua executable), available from <http://www.luascript.thersgb.net>.
gpeddler 2 works under the systems supported by wxLua (currently Windows and 
Linux).

  Enrico