Sander Mertens/flecs: Release v3.0.2

Name: flecs

Owner: Sander Mertens

Release: Flecs v3.0.2

Released: 2022-08-08

License: NOASSERTION

Release Assets:

This version includes the following bugfixes:

  • Fixed symbol export issues when using reflection convenience macro's like ECS_STRUCT
  • Fixed bug that prevented inheriting from entities with a symbol identifier
  • Fixed issue that could cause crash when creating tables with OVERRIDE or TOGGLE

This version includes the following improvements:

  • Improved error messages when using stage outside of readonly context
  • Several improvements that enable interop between C modules and C++
  • Added more prefab examples
  • DontInherit property is now respected when instantiating prefab children
  • Transfer ownership of world to app framework in C++ so it can be used in webasm builds

This version includes the following new features:

Known issues: https://github.com/SanderMertens/flecs/issues/765 https://github.com/SanderMertens/flecs/issues/716 https://github.com/SanderMertens/flecs/issues/714 https://github.com/SanderMertens/flecs/issues/620 https://github.com/SanderMertens/flecs/issues/478 https://github.com/SanderMertens/flecs/issues/314

To top