Use the infamous Dear ImGui library directly in your Blender scripts! This means custom GUI drawing in your operators: Normally custom UI drawing in Blender is done using the binding of OpenGL from ...
This is a software renderer for Dear ImGui. I built it not out of a specific need, but because it was fun. The goal was to get something accurate and decently fast in not too many lines of code. It ...