M.Sz.
M.Sz.
Unfortunately not yet. There is a dedicated issue for that https://github.com/AllenDang/cimgui-go/issues/224
@hexvalid unfortunately this is blocked by #224
heh, its just missimplemented. The first argument to our callbacks is not `userData` itself but it is `*Context` ```c const char* (*Platform_GetClipboardTextFn)(ImGuiContext* ctx); void (*Platform_SetClipboardTextFn)(ImGuiContext* ctx, const char* text); void*...
@hexvalid this is fixed - see `PlotSetupAxisFormatPlotFormatterV`
unfortunately, there is an issue with wayland support on v3.4 causing docking feaures does not work on linux with wayland. - https://github.com/glfw/glfw/issues/2621 - https://gitlab.freedesktop.org/wayland/wayland-protocols/-/merge_requests/264 I'll set it as `frozen` until...
ok, let me take a look just btw, there was some reason why I wrote in #392 that we want the whole `main.go`. main.go ```go package main import ( "slices"...
well, I see: `giu.StyleColorPlotLines` is a link to `cimgui.ColPlotLine` which does... IDK what it does but it does not change color of plot lines in implot (that makes sense as...
I've noticed one more thing: `cimgui.PlotCol` cannot be used in `cimgui.PushStyleColor*` but in `cimgui.PlotPushStyleCol*` this will force giu to implement additional features here. We need to decide wheather we want...
maybe guss duration of the buffer somehow and use `time.Sleep`? (I think its how all of us workaround that at the moment)
note: master from this repo works as far