M.Sz.
M.Sz.
I found this one; maybe it could be used to compile C code into webgl? https://emscripten.org/docs/introducing_emscripten/about_emscripten.html
well, so emscripten is able to compile DearImGui. the next step is, to enable this feature in CGO: https://github.com/golang/go/issues/55351
ok, so I'm done with researches for today :smile: waiting for any feedback
@AllenDang takie a look on this one: https://github.com/golang/go/issues/55351 This issue needs to wait for a new go release
Funfact about this: `C.int` in one package isn't equal to `C.int` in the other...
@AllenDang problem is that even imgui doesn't have such an example. They only have a document about it but with no example. So we don't know how to create two...
There is a TextureFiltering example, but it is disabled at the moment because of cimgui-go migration, however it should work on v0.7.0
hmm its a bit deeply hidden in current rendering mechanism... Idk if we'll be able to fix this soon :cry: Maybe it'd be beter for you to scale down your...
also, ref: https://registry.khronos.org/OpenGL-Refpages/gl4/html/glTexParameter.xhtml
yeah, Thats a good idea. However its not my highest priority right now as I need to re-enable all features that was disabled since migration (e.g. Markdown support) and this...