12-04-2017, 01:46 AM
This release adds the following features:
- Spriteset: adds TLN_SetSpritesetData() to modify spriteset attributes and pixels at runtime.
- Window: adds CWF_NEAREST window flag to the TLN_WindowFlags enum for window creation. This flag upscales window with nearest-neighbour insted of default bilinear filter.
- Engine: adds TLN_SetFrameCallback() to get a user-provided function called when a frame is about to be drawn. Especially useful for multi-threaded window
- Python binding: updated with new 1.19 features and added parameters to structure initializers