M.Sz.

Results 484 comments of M.Sz.

> Does this mean that we won't be able to merge https://github.com/AllenDang/cimgui-go/pull/18? not really - this problem doesn't depend on cimgui/cimplot being submodules or not; it is caused by lack...

generally in current implementation it isn't impossible to resolve this issue. We can crate a "dummy" go package in C dependencies folde so that go toolchain considers this a go...

ref: https://github.com/go-gl/glfw/blob/master/v3.3/glfw/glfw/include/dummy.go we can modify Makefile to do something loke this.

I forgot about this, but #238 reminded me that we're missing one more thing that glfw does. In glfw, th main module imports all the dummy packages so that they...

imo is done, let me know if it doesn't work.

after a quick look at code I suppose that `imnodes_internal.h` support is missing

Ok, are there any plans to fix this? I'd love to contribute but unfortunately I have absolutely no experience with lua.

We need this structure to be in json file in cimgui-go, because we can't generate wrapper for functions like CreateContext -essential to use the library

yes, but there are three problems: - we generate equivalents of all structs in go (in case someone needs to know some value stored inside them) - also, our current...

Well, i Knorr about this method am theoretically i could do it this way, but (as mentioned above) handling pointers is not the reason why i need nodesContext in structs_and_enums.json...