1
0
Fork
You've already forked ecs
0
A small simple ecs
  • Zig 100%
Find a file
2025年11月27日 20:47:12 +01:00
examples Update 2025年11月27日 20:47:12 +01:00
src Update 2025年11月27日 20:47:12 +01:00
.gitignore Initial commit! 2025年10月12日 13:12:14 +02:00
build.zig Changed organization and added example 2025年10月12日 20:43:33 +02:00
build.zig.zon Update 2025年11月27日 20:47:12 +01:00
README.md Update 2025年11月27日 20:47:12 +01:00

ECS

A minimal ECS - well more like an ec...

setup

zig fetch --save git+https://codeberg.org/HaraldWik/ecs

constecs=b.dependency("ecs",.{.target=target,.optimize=optimize,}).module("ecs");
[...].{.name="ecs",.module=ecs},[...]

Check the example here!