Commit Graph

6 Commits

Author SHA1 Message Date
Trevor Slocum 5cd926a1b2 Rename example components 2022-02-02 22:27:29 -08:00
Trevor Slocum 193532a951 Refactor System interface
Systems now specify their components via public fields.
2022-01-31 20:10:24 -08:00
Trevor Slocum 039863b55b Add World
This enables applications to use multiple instances.
2021-12-05 17:17:18 -08:00
Trevor Slocum 8d4dabd62e Add benchmarks and optimize
Store all data in slices rather than maps.
2021-11-22 11:18:28 -08:00
Trevor Slocum a820927a43 Add ActiveEntities, UpdatedEntities and DrawnEntities
These functions return information particularly useful when debugging
and profiling an application.
2021-11-21 18:58:41 -08:00
Trevor Slocum 33ec0b1d86 Initial commit 2021-11-18 21:06:07 -08:00