pmndrs / pmndrs/directed

Clarify scheduling by tag

Open
#2 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
TypeScript
Stars
72
Forks
2
Avg merge
6m
Merged PRs (30d)
4

Description

I had been using this example as how to do a quick game loop with the usual stages:

image

And then to complicate things I add an update camera system that gets the default tag and a new camera tag. I explicitly schedule it before render but the expectation was that I don't have to. Since moveBody is scheduler before render and it also has the default tag I expect the tag to inherit this requirement

image

Is that correct?

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with the scheduler behavior involving the moveBody, render, and update-camera systems, and compare how their default and camera tags are interpreted. Confirm whether scheduling moveBody before render should imply the same ordering for another system with the default tag; document the expected behavior and add a focused example or test if the project provides one.

Written by the indexing model from the issue text.

Assessment

Tech stack
typescript
Domain
tooling
Issue type
Documentation
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.