additional readme formatting

This commit is contained in:
2024-08-06 09:23:30 +01:00
parent 4a4916f032
commit 7c2f74b33b

View File

@@ -49,7 +49,7 @@ This isn't an exhaustive list, but these are some features I would like to add t
- [ ] Export to code - [ ] Export to code
- Possibly different options like creating a flat array/vector or an index buffer - Possibly different options like creating a flat array/vector or an index buffer
- [ ] Linear interpolation - [ ] Linear interpolation
- Instead of exporting a vector, export a function which takes (xPos, yPos, xLength, yLength) arguments and lengths and returns a vector where the object is fitted in these coordinates. - Instead of exporting a vector, export a function which takes `(xPos, yPos, xLength, yLength)` arguments and lengths and returns a vector where the object is fitted in these coordinates.
- [ ] Save drawn project to a custom file format and allow reloading - [ ] Save drawn project to a custom file format and allow reloading
- [ ] Add right-side panel - [ ] Add right-side panel
- With options (like adjusting x/y coordinates in a number input, possibly layers, selecting export options...) - With options (like adjusting x/y coordinates in a number input, possibly layers, selecting export options...)