From a2252b2952e4027b7edb420dccbd8494ae822b0f Mon Sep 17 00:00:00 2001 From: Arslaan Pathan Date: Wed, 22 Apr 2026 21:43:40 +1200 Subject: [chore] Add some basic docs for my benefit, [feat/QoL] make adding children to boxes relayout automatically --- docs/TODO.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 docs/TODO.md (limited to 'docs/TODO.md') diff --git a/docs/TODO.md b/docs/TODO.md new file mode 100644 index 0000000..09c918a --- /dev/null +++ b/docs/TODO.md @@ -0,0 +1,23 @@ +# Saffron TODO + +> Note: as mentioned in LAYOUT.md, these docs exist solely for me, the maintainer, to assist with the massive undertaking of creating a UI framework from scratch. This message will be removed then the docs are ready. + +## Layouting + +- Implement SCALE and STRETCH support instead of assuming FIXED +- Implement alignment support instead of defaulting to LEFT/TOP +- Implement scrollable boxes/containers + +## Widgets + +- Implement text widget +- Implement button widget +- Implement input widget +- Implement textfield widget + +## Examples + +- Add more tests and examples, for example: + - Calculator app + - Image viewer + - Todo list -- cgit v1.2.3