Tilengine - The 2D retro graphics engine forum

Full Version: Release 1.19
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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