Example "freewheeling" app that can be modified without restarting; useful starting point for further forks
on.update = function(dt)
	-- dt contains the time in seconds, a float usually much less than 1, since the previous call to on.update
end