I've been messing up with Doodle today, and I trie...
# doodle
h
I've been messing up with Doodle today, and I tried to make a mashup of all the examples found in the documentation. I had to fix some things in the code that changed on newer versions, and I had to figure out some things here and there. It would be really usefull to have the source code of the controls examples you can find in the documentation, because they have some really cool things besides the example code, (like resizing views using the mouse) I updated to 0.4.1 and I will continue to make some tests with it for a while.
This is what I've got so far, I even made some particles because why not.
n
This is a good point. I’ll add these. Take a look at the Resizer class; it lets you do mouse resize/move for basic cases.
I’d love to hear any feedback as you go deeper with it as well. By the way, https://github.com/nacular/doodle-tutorials is where I’ve been sharing more complex apps and use-cases (in case you haven’t seen those yet).
Added a bit more details on using Resizer: https://nacular.github.io/doodle/#/positioning.
👍 1