Go to file
Ed_ 7332644515 Preparing skeleton for proper imgui support.
I originally wanted to reference Ryan's UI series along with the RAD Debugger codebase, but that ended up being too convoluted of a route. Instead, I moved on to just doing a deep dive on imgui content I could find to learn from and associated libraries available. I collected my notes so far in this repo [IMGUI_Notes](https://github.com/Ed94/IMGUI_Notes).

For now I have the base scaffolding datatype wise for the prototype ui.
2024-02-22 21:19:29 -05:00
.vscode vsc godot plugin is weird 2024-01-30 01:27:43 -05:00
assets Font drawing is nice now 2024-02-13 17:16:39 -05:00
code Preparing skeleton for proper imgui support. 2024-02-22 21:19:29 -05:00
examples Initial stuff 2024-01-21 11:16:12 -05:00
scripts Fixed up build script order 2024-02-14 02:27:21 -05:00
.editorconfig Update editor config for odin support 2024-01-30 01:28:39 -05:00
.gitignore Got logging setup 2024-02-08 22:33:53 -05:00
Debug.rdbg Memory setup for hot-reload & save states 2024-01-22 00:22:06 -05:00
launch.odin_old Got window setup & basic text to window space debug. 2024-01-21 13:35:52 -05:00
ols.json Font drawing is nice now 2024-02-13 17:16:39 -05:00