A feature I’d like to see in Hopscotch is:
Ways to access multitouch in code, in addition to single touch
I’d use it for this type of project:
It could be used for
- drawing pads (pinch to zoom on a drawing, two-finger tap to undo, rotate with two fingers)
- video games (zoom in on a map)
Here are some examples of Hopscotch code that could be improved if we had this:
I would like to use it to try and code these functionalities:
- pinch to zoom
- twist to rotate
Here is an example design I’ve made:
I think some functionality for collections might be needed, but maybe something like this:
There’s also a design at the bottom of this post by Awesome_E
I’ve seen something similar in another programming languages, it looks like this:
This is in Codea, an iPad coding app that uses Lua