[Suggestion] Slower Rewind speed
Nobody has claimed this yet.
- Dominant language
- C
- Stars
- 14.1k
- Forks
- 2.2k
- Avg merge
- 7h 35m
- Merged PRs (30d)
- 51
Description
I know we can limit how often the Rewind feature takes a snapshot and if it would be set at for example every frame than that would be how fast we would rewind.
I think Rewind needs a delay setting that freezes a rewound frame for X milliseconds. That way we could rewind slower without having to force a snapshot every single frame.
So instead of Rewind rewinding as fast as possible - 1 snapshot per frame - it would rewind 1 snapshot, wait 100 milliseconds while the Rewind key is held and then rewind another snapshot and so on.
It would make Rewind much more useful and resource friendly.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The issue names no file, test, or entry point. Start by locating the Rewind implementation and the loop used while the Rewind key is held, then trace how snapshot frequency is configured. Done means a delay setting causes rewind to pause between snapshots while preserving the requested resource-friendly behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- c
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100