Skip to content

feat(terminal): add WebGL renderer toggle in settings#140

Open
kvncrw wants to merge 1 commit into
Ark0N:masterfrom
kvncrw:feat/webgl-renderer-toggle
Open

feat(terminal): add WebGL renderer toggle in settings#140
kvncrw wants to merge 1 commit into
Ark0N:masterfrom
kvncrw:feat/webgl-renderer-toggle

Conversation

@kvncrw

@kvncrw kvncrw commented Jul 2, 2026

Copy link
Copy Markdown

Adds a 'WebGL Renderer' toggle to Settings > Appearance (desktop). WebGL stays on by default; users can turn it off to force the DOM renderer when they hit GPU glitches, without needing the ?nowebgl URL param. Explicit opt-in (or ?webgl=force) clears a stale auto-fallback marker. Mobile skip and the long-task auto-fallback safety net are unchanged.

The device/param/sticky/pref interaction is factored into a pure, unit-tested shouldSkipWebGL() helper in constants.js.

Adds a 'WebGL Renderer' toggle to Settings > Appearance (desktop). WebGL
stays on by default; users can turn it off to force the DOM renderer when
they hit GPU glitches, without needing the ?nowebgl URL param. Explicit
opt-in (or ?webgl=force) clears a stale auto-fallback marker. Mobile skip
and the long-task auto-fallback safety net are unchanged.

The device/param/sticky/pref interaction is factored into a pure,
unit-tested shouldSkipWebGL() helper in constants.js.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant