diff options
| author | Arslaan Pathan <[email protected]> | 2026-04-22 21:43:40 +1200 |
|---|---|---|
| committer | Arslaan Pathan <[email protected]> | 2026-04-22 21:44:18 +1200 |
| commit | a2252b2952e4027b7edb420dccbd8494ae822b0f (patch) | |
| tree | f42e9c405d64378399d071d1812f5e97beab849d /docs/TODO.md | |
| parent | e72af15990e16539ae0d68d7824deae8e1e3d2a6 (diff) | |
| download | saffron-a2252b2952e4027b7edb420dccbd8494ae822b0f.tar.xz saffron-a2252b2952e4027b7edb420dccbd8494ae822b0f.zip | |
[chore] Add some basic docs for my benefit, [feat/QoL] make adding children to boxes relayout automatically
Diffstat (limited to 'docs/TODO.md')
| -rw-r--r-- | docs/TODO.md | 23 |
1 files changed, 23 insertions, 0 deletions
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 |
