tchx84 / Gameeky

Play, create and learn
GNU General Public License v3.0
70 stars 12 forks source link

Move the tool bar to the left in combination with an expandable area #98

Open tronta opened 5 months ago

tronta commented 5 months ago

In order to be able to simplify the user interface it would be great to move the tools from the left bottom to the left, similar the new Wike interface.

image

Provide more painting like tools

for modifying the map.

(other tools are not described in this ticket)

This gives the possibility

This will provide two modes: an expanded and one collapsed mode.

If this button is selected the window switches to expanded mode: image

Collapsed mode

If a tool gets selected, the corresponding frame with additional information is displayed.

For painting:

Expanded mode

The area is always displayed (not overlapping) and widens therefore the window image

As long the user is using the modifying tools, the items are displayed.

Other tools

It would be great to have next to the painting tool (which puts selected items on the canvas) also

Selector

select single Entries or multiple Entries to

Delete

If selecting and then deleting is not obvious enough, one could also add an erasure too, to delete

tronta commented 5 months ago

@tchx84 btw Woke is also implemented in Python: https://github.com/hugolabe/Wike/tree/master/src Maybe it's a good place to copy paste