Jonathan Spira

Results 119 comments of Jonathan Spira

For what it's worth, i found yakui-app quite confusing! It also feels like it could be spun out into its own crate which we reference, but I would want to...

What other widgets are similar? I can make a PR that cleans them up

Nice, that would also mean I can stop using my own offset and go back to using yakui's offset. Will put up a PR shortly

I agree, this comment in the code is somewhat bizarre. I'm not really sure what the purpose of the type even is. How are you using it?

As examples have updated a lot recently, going to close this! please refile if still an issue at the appropriate repository

Does this still occur? I do not have access to a linux machine of any kind (i'm a windows focused gamedev)

Wow, this is really an *excellent* overview! I think your solution (ie, we should just change the default loaded builder_io) is correct.

Exactly -- @dbr , I don't know about you, but I actually use none of our integrations personally -- my projects at work use their own integrations, since it tends...

ahh @juliusl good point. I think leaving `imgui` and `imgui-sys` in the same repository is very sensible. supporting having two different imgui-rses does sound very challenging and niche to me,...

I have made a draft PR for this repository. Equally, the other split crates now exist in `imgui-rs` https://github.com/imgui-rs/imgui-rs/pull/793 I'll move discussion over to this PR going forward!