autotiler icon indicating copy to clipboard operation
autotiler copied to clipboard

Roadmap Ideas and Proposals [Discussion Thread]

Open itsjavi opened this issue 5 years ago • 4 comments

Ideas

  • [ ] Refactor code, splitting it better and using better patterns. React / Redux? + Some canvas lib?
  • [x] Auto-detect tile size when changing image.
  • [ ] Drag and drop input image.
  • [x] Generate output in same page.
  • [x] Export to Godot (Collisions and Bitmap).
  • [ ] Zoom change.
  • [ ] Preview Mode layers:
    • Grid
    • Grid split
    • Transparency
    • Collisions
    • Bitmask
  • [ ] Edit Mode:
    • Edit collisions and bitmasks on the canvas (rects and triangles).
    • Edit Godot icon.
  • [x] App exports for MacOS, Windows and Linux (Debian).
  • [ ] Examples for 24-px and 32-px tiles.
  • [ ] Support for Wang autotiles (reverse Blob to Wang)

Unsupported

Not yet supported or not tested:

  • [ ] Isometric tiles
  • [ ] Non top-down tilesets
  • [ ] Exporting to other game engines (Unity, Game Maker Studio)

itsjavi avatar Nov 22 '20 21:11 itsjavi

One feature i would like to have is ability to choose individual tile files rather than whole tile sets. This could take a lot of time to implement, however it would be worth it to do so. This feature will allow user to create different tiles files for same tile and implement them easily rather than creating while tileset image file. Such as different grass texture, different dirt but same grass etc. Something like this

yuyutsupoudel avatar Feb 08 '21 01:02 yuyutsupoudel

@yuyutsupoudel it's a good Idea, I could Implement a drag an drop system to place the tiles in every cell, flip them, etc. But yes, it requires a rework of the project.

If we switch to react and convert this project into a browser web app things may become easier.

itsjavi avatar Mar 31 '21 15:03 itsjavi

@itsjavi honestly speaking, with out this feature, this project is like person with one broken leg. This is probably one of the game changing feature of this project. Wish i could contribute lol.

yuyutsupoudel avatar Mar 31 '21 15:03 yuyutsupoudel

@yuyutsupoudel I know, but that's the idea of having it public and opensource. Everyone can make it better :)

itsjavi avatar Mar 31 '21 16:03 itsjavi