2. I was thinking of making a tool, and wanted to get input. I have this old unfinished level editor (attached love file) which I can use to make different layers of shapes, and then save them. I was thinking of using a similar approach for making tables of quads. Essentially, it would load pictures at x2 or x3 scale, and let players draw layers of shapes over them. Then have these shapes save as tables in the correct format for defining quads.
Thoughts? I'm only considering this because I didn't know better tools existed for LOVE users. So if you know better, enlighten me.
-------------
EDIT: Instructions for the editor (it's not finished)
- (1) doesn't work, but (2) and (3) should work fine for saving and loading.
Left click OR left drag to draw.
Right click to delete
page-Up or page-Down to switch color, but you can also use the mouse wheel.
Each color is it's own table of shapes. You can only interact with one layer at a time.
You can move shapes by dragging them, if you have the right color selected.
You can draw rectangles, triangles, and parallelograms