Skip to content

TINN Version 0.7

Pre-release
Pre-release
Compare
Choose a tag to compare
@Wiladams Wiladams released this 12 Jan 15:53
· 61 commits to master since this release

The v0.7 release of TINN contains some new modules. Most notably, the IOProcessor has been replaced by the Application object, which uses a new scheduler scheme. This scheme supports new waitable objects, such as signals, and predicates.

This version is also statically linked with the LuaJIT library. As such, the entire application is contained in the single tinn.exe file, and does not require any further dependencies.

For the moment, the zlib.dll support has been removed. This can easily be added by simply dropping in a version of the zlib1.dll file.

Installation
The tinn.zip file contains the single tinn.exe executable, in a directory. Simply unzip and place it anywhere.