Skip to content

Fix software rendering fallback - #24

Merged
RagnarLothbrok-Odin merged 2 commits into
mainfrom
fix-software-rendering
Aug 29, 2026
Merged

Fix software rendering fallback#24
RagnarLothbrok-Odin merged 2 commits into
mainfrom
fix-software-rendering

Conversation

@RagnarLothbrok-Odin

@RagnarLothbrok-Odin RagnarLothbrok-Odin commented Aug 29, 2026

Copy link
Copy Markdown
Member

Pull request type

Please check the type of change your PR introduces:

  • Bugfix
  • Feature

What is the current behavior?

When hardware acceleration is disabled or the browser falls back to software WebGL, the Vanta background can fail to become ready and the loading screen can spin forever. Decorative blur layers can also render as hard-edged gradient blocks in software rendering mode.

Issue Number: N/A

What is the new behavior?

  • Bypasses the Vanta background when accelerated WebGL is unavailable.
  • Lets the loading screen fail open instead of waiting indefinitely.
  • Disables expensive blur and animation effects in software rendering mode.

Other information

Verification:

  • Tested manually with hardware acceleration disabled.
  • bun run lint
  • git diff --check

@codacy-production

Copy link
Copy Markdown

Not up to standards ⛔

🔴 Issues 2 minor

Alerts:
⚠ 2 issues (≤ 0 issues of at least minor severity)

Results:
2 new issues

Category Results
CodeStyle 2 minor

View in Codacy

🟢 Metrics 0 duplication

Metric Results
Duplication 0

View in Codacy

NEW Get contextual insights on your PRs based on Codacy's metrics, along with PR and Jira context, without leaving GitHub. Enable AI reviewer
TIP This summary will be updated as you push new changes.

@RagnarLothbrok-Odin
RagnarLothbrok-Odin merged commit a33e552 into main Aug 29, 2026
1 of 2 checks passed
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