From 3a6653f510f097bba84e6245577304f7e57f3706 Mon Sep 17 00:00:00 2001 From: quou Date: Fri, 28 Apr 2023 20:48:22 +1000 Subject: Update ECS2 --- ecs2.cpp | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'ecs2.cpp') diff --git a/ecs2.cpp b/ecs2.cpp index dfc992b..2b2ac66 100644 --- a/ecs2.cpp +++ b/ecs2.cpp @@ -5,7 +5,12 @@ #include /* So it's like the other ECS example with a bunch of academic masturbation - * See https://git.quou.xyz/samples/tree/ecs.c */ + * See https://git.quou.xyz/samples/tree/ecs.c + * + * Areas for improvement: + * - Should really respect alignment. + * - Entity destruction + */ #define max_entities 256 /* If you want more than 32 component types then you'll have to -- cgit v1.2.3-54-g00ecf