lua-users home
lua-l archive

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


I happened across this yesterday, and thought it might be of interest to the list. There is this "CHDK" project - "Canon Hack Development Kit" for a bunch of the Canon PowerShot series of cameras. It adds a number of features (raw image frames, etc.) and knobs to your camera. See: http://chdk.wikia.com/wiki/CHDK

At some point, Lua was embedded in this project, allowing the user of the camera to select and run a Lua script to do all sorts of things. See: http://chdk.wikia.com/wiki/LUA

Pretty remarkable all the places that Lua pops up..

Louis Mamakos