Replies: 1 comment
-
|
That's good to know. Feel free to throw together a PR! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi!
Thanks for this terrific tutorial. Every now and then I come back to this framework and try to get wgpu, winit, and imgui to work together. I can report that they are currently working nicely together with no real issues. I saw that the imgui demo is listed as broken, but I was able to get most of that code working with very minor mods. Just an fyi. The only thing I need to add was the event_loop stuff, which I list below. I have a struct GUI which just holds the variables that you created in your demo.
Beta Was this translation helpful? Give feedback.
All reactions