2D level editor
Find a file
2022-08-01 18:33:21 +03:00
src dragging! and some other things, also bevy 0.8 now(which is annoying me currently due to a weird bug in exit 2022-08-01 18:33:21 +03:00
.gitignore settings up repo 2022-07-27 12:19:45 +03:00
Cargo.lock dragging! and some other things, also bevy 0.8 now(which is annoying me currently due to a weird bug in exit 2022-08-01 18:33:21 +03:00
Cargo.toml dragging! and some other things, also bevy 0.8 now(which is annoying me currently due to a weird bug in exit 2022-08-01 18:33:21 +03:00
LICENSE Initial commit 2022-07-27 09:19:04 +00:00
README.md dragging! and some other things, also bevy 0.8 now(which is annoying me currently due to a weird bug in exit 2022-08-01 18:33:21 +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? - I dont think egui allows me to do that)
  • Drag camera around
  • Zome in/out
  • Import images
  • Snap to grid
  • Change grid size
  • Show/Hide grid(also make a visible grid in the first place)
  • Grab shapes instead of center points
  • Save? (maybe just import and export directly?)
  • Export
  • Import