[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Timers and Futures in Lua?
- From: Mark Stroetzel Glasberg <mark@...>
- Date: Mon, 2 Feb 2004 11:23:45 -0200 (BRST)
On Sat, 31 Jan 2004, Jaco van der Merwe wrote:
> 1. It must be possible to create timers (one-shot or
> repeating) that call Lua functions when the timers
> Is anybody aware of a library that satisfies the above
> requirements?
IUP has a timer implementation in both Win32 and Motif. You can take
a look at:
http://www.tecgraf.puc-rio.br/iup/index.html?url=iuptimer.html
The sleep function is pretty easy to implement.
Regards,
Mark