Badel2 / slime_seed_finder

https://badel2.github.io/slime_seed_finder
GNU General Public License v3.0
49 stars 4 forks source link

Mobile suport for web demos #3

Open Badel2 opened 5 years ago

Badel2 commented 5 years ago

It would be nice to support mobile devices at least for the coolest demo:

https://badel2.github.io/slime_seed_finder/biomes.html

From what I know about web development, we should just implement a new set of controls optimized for mobile, and hide the current ugly controls if the device has a touchscreen. Since we want the canvas to be fullscreen, something like a sidebar or the typical android floating button on the bottom right would be nice. The most similar app is probably google maps, so let's try to create a similar experience.

Oh, and pitch to zoom is also important, and we should also add support for mouse-wheel zoom (which should be trivial).