You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The DLL's have been moved into another library which you can find at https://github.com/HexDecimal/libtcod-cffi
You can use this library to have some raw access to libtcod if you want.
Plus it can be used alongside TDL.
The libtocd console objects in Console instances have been made public.
Added tdl.event.wait function. This function can called with a timeout and
can automatically call tdl.flush.