Python Forum
Libraries/Tools to create an editor similar to Tiled
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Libraries/Tools to create an editor similar to Tiled
#6
I would design this as a grid of buttons. Clicking a button pops up a dialog containing all the tiles. Select a tile and it appears as the label for the button. Dragging is certainly possible, but more work. Having the tile choices visible all the time makes the program window larger than it has to be. I would use the right button or mouse wheel to rotate the tiles.

I would use the Python Image Library (PIL) for manipulating images (resizing to tiles, rotating, stitching together).

The user interface could be done using any GUI.
Reply


Messages In This Thread
RE: Libraries/Tools to create an editor similar to Tiled - by deanhystad - May-07-2021, 06:08 PM

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020