mxwendler
mxwendler
and i had to synchronize this setting: `#define ImDrawIdx unsigned int`
But it works: =)  Code used: ``` PyRun_SimpleString("imgui.begin(\"Example: empty window created in pyimgui\")\n"); PyRun_SimpleString("imgui.end()\n"); ImGui::Begin("Hello, world!"); // Create a window called "Hello, world!" and append into it. ImGui::Text("AAA"); //...