I’ve been spending some time reading about polymer, which seems to me a really interesting project.  And this is the reason because I didn’t update in a few days.

Today I wan’t to make some drag and drop now,  but today I feel a little bit weak to fight with that so I’ve tried to improve the ui. This is not a big step forward, but I show the experiment to some friends and they appointment a few things that I should change. There is a lot of work to do with the ui, but this points need to be solved so:

  1. I don’t know what are the buttons for. So I’ve drawn the icons in code using snap. Why do that if there some greats svg with the icons ready? because I wan’t to try to do that in code.
  2. I don’t know when I’m pressing the button. First I thing, just look at your hand, but it was an opportunity to experiment with mouse events so… red while you’re pressing.
  3. If I hold the button it should keep moving. Ok, fixed with mousedown and mouseup event.