Allen Dang
Allen Dang
@SeyRyuu Use opacity color of the child window.
@SeyRyuu Here is one useful tool to test and adjust the color setting. 1. Nav to ./giu/examples/imguidemo 2. `go run .` 
@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.