jakobrobert / webgl-mandelbrot-explorer

A Mandelbrot explorer implemented in WebGL, making use of fragment shaders.
0 stars 0 forks source link

Add labels to show center and zoom level #24

Closed jakobrobert closed 1 year ago

jakobrobert commented 4 years ago

Add labels to show the current center coordinate and the zoom level.

Need to refactor calculation of real / img range. Do not update directly anymore, but store variables for center and zoom explicitly and add function to update the viewport (real / img range) generically, given the current center coordinate and zoom.

jakobrobert commented 1 year ago

Closed because project canceled