Files
egui/examples/hello_world_par
Konkitoman 4d01644b33 * Fix example hello_world_par
* Added warning for glow eframe when creating `Context::create_viewport_sync` in other thread, or cannot be rendered!
* Fix clippy warning
2023-08-25 11:22:18 +03:00
..
2023-08-25 11:22:18 +03:00
2023-08-25 11:22:18 +03:00

This example shows that you can use egui in parallel from multiple threads.

cargo run -p hello_world_par