Skip to content

Releases: SanderMertens/flecs

Flecs 1.0

25 Aug 00:41
Compare
Choose a tag to compare

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.