Skip to content

Add interactive WebGL fractal explorer#3

Draft
Copilot wants to merge 2 commits intomainfrom
copilot/add-html-visuals
Draft

Add interactive WebGL fractal explorer#3
Copilot wants to merge 2 commits intomainfrom
copilot/add-html-visuals

Conversation

Copy link

Copilot AI commented Feb 26, 2026

Adds a new standalone visual page (fractal.html) — a GPU-accelerated fractal explorer rendered entirely in GLSL fragment shaders with no external dependencies.

New: fractal.html

5 modes switchable via HUD:

Mode Notes
Mandelbrot Smooth cyclic coloring, 300-iteration escape
Julia 10 presets (Douady rabbit, Dendrite, San Marco…); double-click sets C
Burning Ship Absolute-value iteration variant
Newton z³−1=0 3 attractor basins
Tricorn Conjugate-squaring (Mandelbar)

Coloring uses cyclic banding (fract(smooth_i / 32.0)) through a 4-stop gradient matching the site palette exactly: #0a0a0f#ff1d6c#9c27b0#00bcd4.

Interactions: scroll-to-zoom toward cursor · drag to pan · double-click to zoom/set Julia C · pinch-to-zoom · keyboard 1–5 / R / J.

Navigation updates

  • index.html footer — new ∞ FRACTAL EXPLORER link
  • vr.html overlay — new ∞ Fractal Explorer → link

Screenshots

Mandelbrot Julia — Douady rabbit Newton z³−1=0
mandelbrot julia newton
Original prompt

I really really like the html visuals can we add more


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot wasn't able to review any files in this pull request.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Co-authored-by: blackboxprogramming <118287761+blackboxprogramming@users.noreply.github.com>
Copilot AI changed the title [WIP] Add more HTML visuals to the project Add interactive WebGL fractal explorer Feb 26, 2026
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.

3 participants