This directory contains some example Lua code.

Like the C examples, the Lua examples are in the public domain,
but since they use the d3demo library, they are still covered
by the GNU GPL. For convenience reasons, including a full copy
of the GPL with every Lua script is not required; just make sure
that all recipients know where to get the information if they
want it. See the README file in the base d3demo source directory.

copydemo.lua
	Lua version of copydemo.

dump.lua
	Outputs demo data in human-readable format (generates a LOT
	of output!)

fps.lua
	Lua version of fps; should produce the same statistics.

print_hud_messages.lua
	Lua version of print_hud_messages (this one is the fastest
	of all because only the HUD message events are converted
	to Lua tables).

read.lua
	Just reads and parses a demo; intended as a simple benchmark.
