Skip to content

v2.1.0

Compare
Choose a tag to compare
@W2Wizard W2Wizard released this 12 Jun 14:23
· 312 commits to master since this release
252d6e4
42MLX_Logo

Version: 2.1.0

In this update you finally have access to the font texture itself. This will allow you to work with the font directly and create any functions that might need it. Additionally the setting 'system' set up before has been replaced with with mlx_set_setting. You can find the settings in the header.

Bugfix

  • Fix segfault when deleting an image
  • Fix memory leak at mlx_terminate

Feature Summary

  • Add mlx_get_texoffset
  • Add mlx_get_font
  • Add mlx_set_setting
  • Change X & Y position param from int32_t to uint32_t

PR's merged

  • [Bug Fix] Segfaults/UB when deleting images with 2 or more instances by @pajotg in #30
  • Update README.md by @hydrasho in #32

New Contributors

  • @pajotg made their first contribution in #30
  • @hydrasho made their first contribution in #32

Full Changelog: v2.0.3...v2.1.0