ECS #3

Open
opened 2024-10-20 23:01:44 +02:00 by max · 1 comment
Owner

Test out MoonTools.ECS if that is usable as an ECS system.

Test out [MoonTools.ECS](https://github.com/MoonsideGames/MoonTools.ECS) if that is usable as an ECS system.
max added this to the Nerfed Engine project 2024-10-20 23:02:06 +02:00
max added reference ecs-test 2024-10-20 23:02:16 +02:00
Author
Owner

To test the ECS start with making some base systems to test it and get to know it.

To Test:

  • Transform system, as this relies on order, unexpected need for data at any given time, entity relations, output matrices
  • ParentChild system, for the transform system
  • Simple Renderer system, to use the data from transform system to render objects with it.
  • Editor tooling, see if we can also make the editor using the ecs
  • PlayMode, see if we can enter exit playmode with snapshots or something...
To test the ECS start with making some base systems to test it and get to know it. To Test: - Transform system, as this relies on order, unexpected need for data at any given time, entity relations, output matrices - ParentChild system, for the transform system - Simple Renderer system, to use the data from transform system to render objects with it. - Editor tooling, see if we can also make the editor using the ecs - PlayMode, see if we can enter exit playmode with snapshots or something...
Sign in to join this conversation.
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: max/Nerfed#3
No description provided.