Skip to content

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tracker: Tools #365

Closed
18 of 25 tasks
novhack opened this issue Oct 23, 2020 · 3 comments
Closed
18 of 25 tasks

Tracker: Tools #365

novhack opened this issue Oct 23, 2020 · 3 comments
Labels
discussion This needs more ideas, feedback, discussion in general. enhancement New feature or request

Comments

@novhack
Copy link
Contributor

novhack commented Oct 23, 2020

The following list also contains some suggestions from me that come from what is available in other pixel art tools.
I also went through issues and compiled the ones that are related to tools.

Pencil

Shape tools

Line tool

  • A dedicated line tool
    Could have the v0.7 way of drawing to make it different from pencil shift mode

Curve tool

  • A dedicated curve tool
  • Graphics Gale has a very nice implementation of this
  • Aseprite and MSPaint have a little simpler implementation
    2020-10-23-20-39-12
    2020-10-23-20-40-18

Polygon tool

  • Advanced tool in Aseprite that seems useful
    2020-10-23-20-19-39

Contour tool

Text tool

Move tool

  • Move Tool #313
  • Click + drag could move the whole layer
  • Option for looping so pixels moved over the edge appear on other side of canvas
  • Useful in animation

Zoom tool

  • Zoom as tool is weird #211
  • It could be more useful to react to mouse click + drag
    • Drag left from click origin -> zoom out
    • Drag right from click origin -> zoom in

Advanced selection tool

Lighten/darken

Other tools related issues:

@novhack novhack added the enhancement New feature or request label Oct 23, 2020
@OverloadedOrama
Copy link
Member

The contour tool seems pretty straightforward. If I'm not wrong, it's basically the pencil tool, but after you release the mouse it connects the end point to the start point and then just fills the area. I think it might be better if it was a pencil option, like "Contour mode" instead of a tool of its own.

@novhack
Copy link
Contributor Author

novhack commented Oct 24, 2020

then just fills the area.

This part might be a little bit more complicated with overlapping lines but the idea of adding it into Pencil seems alright.

@OverloadedOrama
Copy link
Member

Leaving this for future reference for ellipses and Bézier curves: http://members.chello.at/easyfilter/bresenham.html

@OverloadedOrama OverloadedOrama added the discussion This needs more ideas, feedback, discussion in general. label Oct 24, 2020
@Orama-Interactive Orama-Interactive locked and limited conversation to collaborators Nov 17, 2021

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

Labels
discussion This needs more ideas, feedback, discussion in general. enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants