Giuseppe Barbieri

Results 258 comments of Giuseppe Barbieri

I took a look at [imnodes](https://github.com/Nelarius/imnodes/), from a quick overview I can say it might turn out to be relatively easy to port it.. Are you interested to contribute/testing?

What's the difference among the two? imnodes looks nicer but simpler.. am I right?

Hello breandan, jitpack is creating me some troubles [recently](https://github.com/jitpack/jitpack.io/issues/4476) in the meanwhile I find another way, you should be able to fetch imgui anyway please reference https://jitpack.io/#kotlin-graphics/imgui under commits you...

@keturn fork it, create a dummy commit and request that to trigger a new build

This still matches the native behaviour, I'm gonna open an issue over there probably

We may implement the suggested option of kovewnikov..

So, I finished 1.77, merged it back into master and ported the named `comboFilter` To test it, simply uncomment [this](https://github.com/kotlin-graphics/imgui/blob/master/gl/src/test/kotlin/examples/opengl3.kt#L52-L58) and [this](https://github.com/kotlin-graphics/imgui/blob/master/gl/src/test/kotlin/examples/opengl3.kt#L171-L172) To simplify I opted for a much simpler...

Regarding the filtering function: we may implement some pre-defined options, such as "plain" (first which starts with the same input), "advanced" (search for the one maximizing the number of matching...