A simple Entity-Component-System (ECS) that is implemented using Memory Arenas
Go to file
2026-01-22 08:13:38 +08:00
test Rewrite test 2026-01-22 07:45:38 +08:00
.clangd Update: Implement becs3.h in C89 2026-01-21 17:15:51 +08:00
.editorconfig Update: Implement becs3.h in C89 2026-01-21 17:15:51 +08:00
.gitignore initial commit 2026-01-16 17:36:44 +08:00
becs.h Update: fix Init bug 2026-01-17 13:24:30 +08:00
becs2.h Clean up some testing defines 2026-01-19 16:54:30 +08:00
becs3.h Finished up API functions, left query work to do 2026-01-21 22:55:28 +08:00
build.bat Update: Implement becs3.h in C89 2026-01-21 17:15:51 +08:00
build.sh Update: build script 2026-01-22 08:13:38 +08:00