jakobrobert / webgl-mandelbrot-explorer

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

Move by touch #15

Closed jakobrobert closed 4 years ago

jakobrobert commented 4 years ago

Support to move the viewport by touch gestures.

jakobrobert commented 4 years ago

Might use pointer events, they are very simple.