A simple Entity-Component-System (ECS) that is implemented using Memory Arenas
Go to file
2026-01-21 19:09:36 +08:00
test Update to more simplified becs2.h 2026-01-19 15:36:30 +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 Add: Implemented ECS initialization and reset functions 2026-01-21 19:06:41 +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-21 19:09:36 +08:00