mxwendler

Results 12 comments of mxwendler

and i had to synchronize this setting: `#define ImDrawIdx unsigned int`

But it works: =) ![hello_world_pyimgui](https://user-images.githubusercontent.com/4448721/204163409-4b11592d-4d03-4176-93a2-068504b6cbcd.PNG) 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"); //...