lionleaf / lionleaf/dwitter

Wish List: Frame Counter

Open
#96 2 comments 1 reaction 0 assignees View on GitHub
Dominant language
JavaScript
Stars
803
Forks
68
PR merge metrics
No merged PRs in 30d

Description

Would be great, to expose the current frame. Something like a counter that starts, once the animation is running and increases on every draw call.

Variable name could be `i` or `f`.

I'd suggest to start with `i=0`, so people can use it to initialize globals on the first run.

Contributor guide

No contributing guide indexed for this repository

Research direction

No file or test is named. Start by locating the animation loop and its draw-call entry point; implement the requested exposed counter with an initial value of 0 that increases on each draw. Done means demos can read the current frame while the animation runs.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript
Domain
frontend
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.