En Yi
|
4478a512a3
|
Combine Component, Entity + Manager headers
It has reached a point where it is much easier to combine these three
than to separate them.
|
2023-05-23 20:37:55 +08:00 |
En Yi
|
e1a7774bfb
|
Replace component data struct to use array
This will use more memory from the get go. I just prefer to statically
allocate memory.
|
2023-05-22 21:00:50 +08:00 |
En Yi
|
7b3685b792
|
Refactor for better separation of concern
Changelog:
- Separate out engine-specific stuff vs game-specific stuff
|
2023-05-16 21:09:38 +08:00 |