dinau
dinau
Hi, @v-ein and @Ar4ikov I've tried to generate DearPyGui for win32 above mentioned accordingly. Now DearPyGui for win32 works well. Windows10 32bit, Python 3.11 [https://github.com/dinau/DearPyGui32 (win32 branch)](https://github.com/dinau/DearPyGui32/tree/win32) #### Binary install...
Hi, probably updated and implemented for C language version is here https://github.com/cimgui/cimCTE I will try implement it for Nim language. Your application is very cool!
That implementation has been done in my local repository. I'll upload it later. 
Push has been done. Update imguin and imguin_examples repository then please try this https://github.com/dinau/imguin_examples/tree/main/glfw_opengl3_imColorTextEdit
It seems the function that checks modification for text doesn't exist, so you should check it by your program with `Hash function` so on.
That's the good idea!
Could you show the minimal and reproducible sample source ?
Hi, @system64MC 1. The function `igPushFont()` that has only one argument has been removed at CImGui 1.92.3 ( == latest imguin 1.92.3.0), that is caused by CImGui generator specifying "-D...
Add to build script, ```nim switch "passL","-lopengl32 -lgdi32" ```
> I still have the same linking error Could you show simplified, minimum all source code and build script ? or Add `import nimgl/[opengl]` to main source code ?