Skip to content

Flecs 2.3.1

Compare
Choose a tag to compare
@SanderMertens SanderMertens released this 03 Feb 05:49
· 3264 commits to master since this release
35971af

This version contains the following improvements:

  • Improved lerp example
  • Added OS API example C++ (thanks @mcmlevi!)
  • Upgraded cmake buildfiles (thanks @rawbby!)
  • Clarified text in README describing API/ABI stability

This version contains the following bugfixes:

  • Fix crash when using overlapping UnSet systems
  • Fix issue with passing incorrect row to UnSet systems
  • Added .hpp files to cmake install
  • Fixed issue with using get_mut with traits