High-level wrapper around Flecs, a powerful ECS (Entity Component System) library, written in Zig language
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
copygirl 4dbb7b84a8 Allow Path to handle numeric entity ids 1 year ago
..
c.zig Add first Entity tests 1 year ago
component.zig Various inital workings 1 year ago
entity.zig Add way to get/set Entity name/symbol 1 year ago
error.zig Improved error handling 1 year ago
id.zig Add Pair, functions and docs to Id and Entity 1 year ago
iter.zig Implement some things, first test success? 1 year ago
main.zig Add WIP Path helper struct 1 year ago
pair.zig Add Pair, functions and docs to Id and Entity 1 year ago
path.zig Allow Path to handle numeric entity ids 1 year ago
system.zig Various inital workings 1 year ago
util.zig New entity initialization code 1 year ago
world.zig Add World.initMinimal 1 year ago