Skip to content

Flecs 1.0

Compare
Choose a tag to compare
@SanderMertens SanderMertens released this 25 Aug 00:41
· 3921 commits to master since this release

The first official Flecs release!

This version includes the following features:

  • A super fast archetypes-based ECS implementation in C99
  • Expressive system queries with support for many operators and ways to subscribe for data
  • Group systems with Flecs features
  • Component sharing (see: inheritance)
  • A web-based dashboard (see: flecs-systems-admin)
  • Hierarchies [BETA] (see: hierarchies)
  • Multithreading [BETA]
  • ... and much, much more! See the manual for more details.