Switch ecs to edict #1
No reviewers
Labels
No Label
Kind/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: SeanOMik/lyra-engine#1
Loading…
Reference in New Issue
No description provided.
Delete Branch "feature/ecs-edict"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Yes, I'm switching ECS again. Edict has built-in support for tracking, resources, relations and other cool things. I had to add an event system, but that was easy with what I created with hecs. It was as simple as converting the event stuff in the World wrapper into a resource,
EventQueue
.Edict has support for scheduling as well, but there's no dependencies. So for now I'm still using the hacked together implementation of a dependent aware scheduler.