Commit graph

9 commits

Author SHA1 Message Date
499cea5b44 Change api to support archetypes and move stuff to different namespaces 2024-11-18 10:29:35 +01:00
a8ac473666 Some changes regarding ownership and making the api better 2024-11-17 22:15:58 +01:00
553b1f4166 Removed unecessary conent + bugfixes
We had a bug where double registering a component errored.
That was because I fucked up and used the wrong symbol name at one
point.
_size vs _sizeof
Its fixed now
2024-11-17 16:59:12 +01:00
70b39a2b4a Bugfixes and more logic
UList was broken a bit, and we where doing unaligned memory access +
some other stuff
2024-11-17 12:44:47 +01:00
55077fc7c3 More Dynamic system 2024-11-14 15:35:33 +01:00
9bf9452cbe Rewrite
Implement the sparse set and entity registry that entt uses/describes
2024-11-12 18:07:00 +01:00
239ddd1b18 initial setup for entt 2024-11-12 13:19:00 +01:00
171b36d571 Initial Commit (#2)
Move to this branch for ecs changes

Reviewed-on: #2
2024-11-11 19:47:09 +01:00
fe7eba4573 Initial commit 2024-11-08 18:53:05 +01:00