Facilities for systems #11

Closed
opened 2022-02-24 17:58:42 +00:00 by keith · 1 comment
Owner

Rendering, physics, and other systems need to be supported by the engine in a flexible way. Currently, they have to be manually wired in to the main update loop and keep track of actors/components themselves. This is ugly, hard to maintain, and inflexible for game developers.

Instead, wh-engine should provide facilities for systems to register themselves, hook into the update loop, and set up actor bucketing (see #8).

The update loop (and (run) function as a whole) will probably have to be converted to a macro for performance.

Rendering, physics, and other systems need to be supported by the engine in a flexible way. Currently, they have to be manually wired in to the main update loop and keep track of actors/components themselves. This is ugly, hard to maintain, and inflexible for game developers. Instead, wh-engine should provide facilities for systems to register themselves, hook into the update loop, and set up actor bucketing (see #8). The update loop (and `(run)` function as a whole) will probably have to be converted to a macro for performance.
keith added the
enhancement
label 2022-02-24 17:58:42 +00:00
keith self-assigned this 2022-02-24 17:58:43 +00:00
Author
Owner

Actor bucketing isn't done, but basic system facilities are now implemented as of commit b3b0690edd.

Actor bucketing isn't done, but basic system facilities are now implemented as of commit b3b0690edd.
keith closed this issue 2022-02-25 00:41:11 +00:00
Sign in to join this conversation.
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: keith/wh-engine#11
No description provided.