You are browsing as a guest. Sign up (or log in) to start making projects!

Open comments for this post

6h 43m 35s logged

is now fully interactive and honestly feels super great, especially compared to my last devlog where it was static and unchanging entirely


added working real-time render parameters such as panning and zooming with mouse, and custom iteration setup and color setup on the sidebar.
 
lots and lots and lots of quality of life features, such as:

  • the reset button for if you get lost
  • adjustable iteration slider min/max
  • direct text enter for iterations
  • hideable iteration min/max menu
  • camera smoothing
  • color clamping so it doesnt look deep fried

also added the julia set (which is what is in the image)
 
so basically, both the mandelbrot and julia sets are the same quadratic recurrence relation on the complex plane:

  • π‘§β‚™β‚Šβ‚ = (𝑧ₙ)Β² + 𝑐

the main difference is that you start at the origin (𝑧₀ = 0) and change the constant 𝑐 for every single pixel on the screen based on its coordinates, but with the julia set the constant 𝑐 is the same everywhere, and the starting point 𝑧₀ changes based on the pixel’s coordinate, so you are testing how different starting points react to the same gravitational pull of 𝑐.

the nice thing is that you can change the constant 𝑐 in the julia set, and completely change how the fractal looks, so i added that as an input field too

 

looks really really cool lowk

0
5

Comments 0

No comments yet. Be the first!