2D level editor
Find a file
2022-07-31 18:30:03 +03:00
src tree view update + highlihgt hovered dot 2022-07-31 18:28:44 +03:00
.gitignore settings up repo 2022-07-27 12:19:45 +03:00
Cargo.lock settings up repo 2022-07-27 12:19:45 +03:00
Cargo.toml settings up repo 2022-07-27 12:19:45 +03:00
LICENSE Initial commit 2022-07-27 09:19:04 +00:00
README.md readme update 2022-07-31 18:30:03 +03:00

shape_maker

Eventually, this will be a level editor... But until then, I guess it's just fun?

TODO

  • Items tree view showing all shapes with their child nodes and purposes(maybe location and such as well?)
  • Change shape name in tree view
  • Delete shapes in tree view - I should probably make it ask for confirmation...
  • Highlight opened shapes in the tree(maybe allow only 1 opened shape?)
  • Import images
  • Drag camera around
  • Zome in/out
  • Export
  • Import
  • Save? (maybe just import and export directly?)