M.Sz.
M.Sz.
@ptxmac maybe try `imgui.Refresh`
I think its a design of GLFW and imgui rather than our.
oh, its so strange :smile:. Could you please create a PR to fix the backend? I'd be so greatful since I'm not familiar with glfw at all.
@ldez so how this golangci-lint.rpm gets to yoUr releases?
> We create a RPM package but we don't provide it through an RPM repository. I don't know how dnf handles that. so yes, I mean this package. I download...
@ldez so there is no repository
Yep. There is a backend implementation in cimgui and other backend should be implemented there first. Unfortunately i can't do anything about directx as I'm a Linux user
here is C++ Code. We need to implement it like sdl and glfw stuff. https://github.com/ocornut/imgui/tree/master/examples/example_sdl2_directx11
okey, I forgot to enable CGO, now the error is diffrent: ```console [examples (2) ]$ CGO_ENABLED=1 GOOS="js" GOARCH="wasm" go build -o main.wasm main.go # runtime/cgo cgo: unknown ptrSize for $GOARCH...
well, two years ago it was this way: https://github.com/golang/go/issues/40543