Here's a gif for #ScreenshotSaturday of the widget editor I've been working in my spare time. I'd say it's coming along quite nicely!
Currently you can customize the alignment of the widget on the screen, and the size and color of the widget. You can also save this data to a file.
You can also remove visual components of the widget (such as alignment or color), and add them back dynamically
All of this uses #ImGui (obviously) as a visual backend, and #EnTT as a backend for adding and removing widget components! It also uses #yamlcpp in tandem with my own library called konbu for parsing and writing widget data.
You can check out the source code here:
https://github.com/josiest/gold
#ScreenshotSaturday #imgui #entt #yamlcpp
Having trouble sleeping because of noisy neighbors 😓 so I thought I’d share an update of some progress I’ve made on a side project of mine! Fair warning though, this purely #cpp talk!
I mentioned the other day that I’ve been working on a fork of #yamlcpp that supports #cpp23 `std::expected`, and I’ve made some interesting findings after iterating over a few ideas.