From 4a4916f03267b871b3ab8d0260e0d0724e2324d7 Mon Sep 17 00:00:00 2001 From: Humza Shahid Date: Tue, 6 Aug 2024 09:23:02 +0100 Subject: [PATCH] additional readme formatting --- README.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c17c02b..8c85c94 100644 --- a/README.md +++ b/README.md @@ -45,11 +45,14 @@ This isn't an exhaustive list, but these are some features I would like to add t - [x] Display clicked positions - [x] Redraw components when resized -- [ ] Support undo (with ) and redo (with or ) -- [ ] Export to code (possibly different options like creating a flat array/vector or an index buffer) -- [ ] 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. +- [ ] Support undo (with ``) and redo (with `` or ``) +- [ ] Export to code + - Possibly different options like creating a flat array/vector or an index buffer +- [ ] 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. - [ ] Save drawn project to a custom file format and allow reloading -- [ ] Add right-side panel with options (like adjusting x/y coordinates in a number input, possibly layers, selecting export options...) +- [ ] Add right-side panel + - With options (like adjusting x/y coordinates in a number input, possibly layers, selecting export options...) - [ ] Support setting more z coordinates and (r,g,b,a) colour values. There's quite a bit to do!