Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 454 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 454 Bytes

zig-flecs

A semi-thin wrapper around the wonderful ecs flecs for the zig language.

Flecs version: 3.1.1

Current Goals

  • Provide the same functionality as using the flecs C macros using comptime.
  • Provide matching zig examples for all C examples to ensure capability.
  • Provide a higher level workflow that eases use for creating and using systems, queries, filters and observers.