jakobrobert / webgl-mandelbrot-explorer

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

Add FPS counter #4

Closed jakobrobert closed 4 years ago

jakobrobert commented 4 years ago

Measure the FPS and display by a label next to the canvas. Do not update each frame, maybe twice a second. Besides average FPS for each time span, also show min and max FPS to detect frame spikes.