M.Sz.

Results 484 comments of M.Sz.

```go package main import ( "image/color" "github.com/AllenDang/giu" ) func loop() { giu.Window("I'm a window").Layout( giu.Label("Hello World"), ) } func main() { wnd := giu.NewMasterWindow("Frameless window", 640, 480, giu.MasterWindowFlagsFrameless|giu.MasterWindowFlagsTransparent|giu.MasterWindowFlagsMaximized) wnd.SetBgColor(color.RGBA{255, 0,...

ok, I'm looking on how does ImPlot do it for PieChart, here is the code ```c++ for (int i = 0; i < count; ++i) { ImPlotItem* item = GetItem(label_ids[i]);...

ok, I've opened a PR on imgui-go to export ImPlot:GetPlotDrawList() Off-Topic btw, looking forward to see cimgui-go working, since work with imgui-go is becoming harder after seeing how cimgui-go is...

sure, I can try with it @AllenDang could I migrate CSS stuff as well? It is only related to StyleSetter IMO :smile:

@AllenDang could you please merge imgui-go https://github.com/AllenDang/imgui-go/pull/15

meh, its really complex :smile: @AllenDang could you help me :pray:

well, so first of all, plots in `cimgui-go` are broken (https://github.com/AllenDang/cimgui-go/issues/36) and imgui-go (in my opinion) lacks some methods... However, I can be wrong, and just cannot find appropiate way...