Started Data and ECS Code
I started working on the ECS system, and now the parts spawned are “entities” and they have “components” like a mesh, a transform, and a physics component. The components are queried and cached by the game engine and passed to the “systems” that actually do work with the component data of the entity.
I also dealt with a stupid tab bug :(((
And generally other engine code.
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.