miabaka / yaed

Level editor for tile-based games

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

yaed

A yet another simple level editor for some tile-based games

Supported games

  • Snowy: Treasure Hunter

TODO

  • Remove copyrighted assets
    • Write tool that automatically generates necessary texture atlases from original game distribution
  • Refactor with C++20 features
  • Properly implement file dialogs, using XDG Desktop Portal on Linux
  • Improve stability
  • Implement proper tile linking (portal ins/outs, monster respawn points, etc)
  • Implement necessary editing tools
    • Flood fill
    • Select (with boolean operations tho)
    • Move
  • Implement copy-paste
  • Implement undo/redo buffer
  • Rewrite GUI in in-house cuteui toolkit

About

Level editor for tile-based games

License:MIT License


Languages

Language:C++ 96.9%Language:CMake 2.8%Language:GLSL 0.3%