liquidev / rkgk

(repository moved) Multiplayer canvas tool with programmable brushes!
1 stars 1 forks source link

Basic tools support (pre-defined brushes support) #96

Open olekolek1000 opened 1 week ago

olekolek1000 commented 1 week ago

Allow the user to select pre-defined tools like brush, floodfill, rectangle, lines (...). It would be a good idea to use haku language itself to do this. Blocked by https://github.com/liquidev/rkgk/issues/32

liquidev commented 1 week ago

One thing that came up in my head is that it would be interesting to add a (non-destructive?) way to transform any dotter brush into a different reticle (#12), so that e.g. you can trace out a perfect rectangle with any brush.

But that's just an idea for now, it's not needed for us to provide a basic brush library :smile: