Skip to content

Flecs 2.0.3 alpha

Pre-release
Pre-release
Compare
Choose a tag to compare
@SanderMertens SanderMertens released this 17 Jun 05:25

This is a pre-release of v2.0. Do not use this release for production code. Bugs are to be expected. The purpose of this release is to help existing users migrate from v1.0 to v2.0.

This code has not been as rigorously tested as a normal release, and documentation is not up to date.

This release addresses the following issues, amongst others:

  • Implement namespacing
  • Split core up into separate modules and utilities
  • Add header documentation
  • Fix issue with ecs_deactivate_systems
  • Fix issues with multithreading

For a list of changes between v1 and v2 see the migration guide

For a list of changes between v1 and v2 see the migration guide

Known issues:

  • OnSet systems are not invoked for tables created while staged
  • OnSet systems are not invoked when an overridden component is removed