asny / three-d

2D/3D renderer - makes it simple to draw stuff across platforms (including web)
MIT License
1.24k stars 105 forks source link

Updating egui and egui_glow to 0.24 #419

Closed bagavi closed 6 months ago

bagavi commented 7 months ago
  1. Used Rc instead of Arc in Context to make it compatible with egui https://github.com/emilk/egui/pull/3598
asny commented 6 months ago

Thanks for the PR! 🙏 And sorry for the late reply. It's very unfortunate that the context is not send+sync anymore in egui since it actually breaks some applications (some frameworks creates the context in another thread). Fortunately, it seems like this change will be reverted in 0.25 https://github.com/emilk/egui/pull/3646 🥳 so I'll close this PR and wait for 0.25 release of egui before updating.