Commit Graph

5 Commits

Author SHA1 Message Date
Joseph Aquino 2d9727371a split into different projects 2025-07-27 20:32:37 -04:00
Joseph Aquino 2dcf656af4 code cleanup 2025-07-05 03:13:58 -04:00
Joseph Aquino 2a9e531711 major update
-added custom Array container with iterator support and a space effecient bool specializaton
-changed tabs from spaces to indents
-renamed src/Classes to src/Entities
2025-07-03 15:41:33 -04:00
Joseph Aquino 260d2ad84d major update
-added support for building with ninja and added corresponding shell scripts
-added EntityView class to iterate over entities of the same tag
-entities are now grouped together in memory by tag rather than all together
-moved globals.h into utility.h
-moved EntityTag and EntityIndex into utility.h
2025-07-02 15:34:14 -04:00
Joseph Aquino dd1ef04d7f initial commit 2025-06-22 04:38:37 -04:00