diff --git a/README.md b/README.md index 3c222ed..21d59c8 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,6 @@ The Inner Product column on Immediate Mode GUIs: [Dear Imgui](https://github.com/ocornut/imgui) [eui](https://github.com/erysdren/eui) [Kiss SDL](https://github.com/actsl/kiss_sdl) -[layout](https://github.com/randrew/layout) [LiteGui](https://github.com/UnSkyToo/LiteGui) [microui](https://github.com/rxi/microui) [microui - Odin](https://github.com/odin-lang/Odin/tree/master/vendor/microui) @@ -76,3 +75,9 @@ The Inner Product column on Immediate Mode GUIs: [wtk](https://github.com/origamicomet/wtk) [zeroxer's IMGUI](https://github.com/zeroxer/IMGUI) [zgui](https://github.com/zxvnme/zgui) + +## Layout Related + +[layout](https://github.com/randrew/layout) +[CSS Flexible Box Layout](https://en.wikipedia.org/wiki/CSS_Flexible_Box_Layout) +[CSS Grid Layout](https://en.wikipedia.org/wiki/CSS_grid_layout) diff --git a/notes/layout_notes.pur b/notes/layout_notes.pur new file mode 100644 index 0000000..d937a11 Binary files /dev/null and b/notes/layout_notes.pur differ diff --git a/notes/nuklear_notes.pur b/notes/nuklear_notes.pur index 013df08..bb1d9b6 100644 Binary files a/notes/nuklear_notes.pur and b/notes/nuklear_notes.pur differ diff --git a/notes/vui_notes.pur b/notes/vui_notes.pur index 1d14ed7..3cf2252 100644 Binary files a/notes/vui_notes.pur and b/notes/vui_notes.pur differ