mirror of
https://github.com/emilk/egui.git
synced 2026-08-30 13:20:05 -04:00
The crash was causated because sync viewport, when was cleaning up inactive viewports, was cleaning his parent before he got cleaned, and his parent when tring to resume was causing the crash * Better performance because now the cleanup will be only run by the async viewports
GUI implementation
This is the core library crate egui. It is fully platform independent without any backend. You give the egui library input each frame (mouse pos etc), and it outputs a triangle mesh for you to paint.