Comfortable, Mouse-Only Tile Editing
Open
Nobody has claimed this yet.
usability
- Dominant language
- C++
- Stars
- 12.9k
- Forks
- 2k
- Avg merge
- 4h 27m
- Merged PRs (30d)
- 8
Description
Problem:
- Having to constantly switch between brush and eraser can be tiresome, if not detrimental for hand-disabled users.
- It would be great to have a way to delete tiles while still in brush mode -- most pixel editing apps will feature a right-click or middle-click to erase, for instance.
Suggestion 1:
- Make a checkbox on preferences that makes the wheel-click delete tile/object instead of "HAND" tool.
This way, most users will keep working the way it is, while disabled and other users can maximize their productivity.
Suggestion 2:
- Make it so that selecting an empty tile lets me place that empty tile over used tiles, effectively deleting it.
This idea won't truly solve the problem but mitigate it. I would suggest implementing both.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the brush, eraser, and HAND tool input handling, then inspect how preferences are defined and applied. Compare the two suggested interaction approaches and determine which behavior fits the editor; done means tiles or objects can be deleted without switching tools and the existing default behavior remains unaffected.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- accessibility, desktop
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100