-
I want to create a simple visualization tool using this library. I'm wondering what would be a good GUI library to use with wgpu? Thanks. |
Beta Was this translation helpful? Give feedback.
Answered by
SludgePhD
May 4, 2024
Replies: 1 comment
-
I've had a lot of success with egui so far. It has Issues™ but gets the job done. It even has a wgpu integration available already: https://github.com/emilk/egui/tree/master/crates/egui-wgpu |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
shi-yan
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I've had a lot of success with egui so far. It has Issues™ but gets the job done.
It even has a wgpu integration available already: https://github.com/emilk/egui/tree/master/crates/egui-wgpu