End of link scraping, onto actual reading.

This commit is contained in:
Edward R. Gonzalez 2024-02-16 13:04:00 -05:00
parent 8293e3b1d6
commit 5cd13523a3

View File

@ -51,10 +51,15 @@ The Inner Product column on Immediate Mode GUIs:
## Relevant Libraries:
[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/odin-lang/Odin/tree/master/vendor/microui)
[microui](https://github.com/rxi/microui)
[microui - Odin](https://github.com/odin-lang/Odin/tree/master/vendor/microui)
[Nuklear](https://github.com/Immediate-Mode-UI/Nuklear)
[Quarks](https://github.com/Immediate-Mode-UI/Quarks)
[raygui](https://github.com/raysan5/raygui)
[wtk](https://github.com/origamicomet/wtk)
[zeroxer's IMGUI](https://github.com/zeroxer/IMGUI)
[zgui](https://github.com/zxvnme/zgui)