Allen Dang

Results 166 comments of Allen Dang

@SeyRyuu Here is one useful tool to test and adjust the color setting. 1. Nav to ./giu/examples/imguidemo 2. `go run .` ![截屏2022-06-10 13 43 31](https://user-images.githubusercontent.com/18550/172998372-94ed087a-baa3-4721-91cc-b2b313e573d6.png)

@SeyRyuu You could adjust the color settings for all style and see the result in real time.

@gucio321 Agree, it's better to return actural type rather then interface.

@francmarx What's your scenario? I think it is necessary to change the source code of imgui-go binding.

@francmarx To draw a large dataset to diagram, I suggest to use plot library like [gonum/plot: A repository for plotting and visualizing datahttps://github.com › gonum › plot](https://github.com/gonum/plot) to plot data...

@francmarx Got it. Let me try to enabled it.

@francmarx I've enabled BackendFlagsRendererHasVtxOffset, it should alow large number of draw data, can you update to most recent Master branch and have a try?

@francmarx BTW, implot has lots of update since last intergration. I will do a update later, and you may need to expect some API changes.

I think @Naatan means the `Code Editor`. Currently it is a `Code Editor Widget` but you will have to write your own syntax highlighter which is a bit complex.