egui support
- New Resource, EguiQueue: Utility to queue egui ui builders - New Rendering System, EguiRenderer: Utilizes a modified egui_glium library to render egui UI - Adjusted RenderingSystem trait and RenderingContext structure to provide event_loop and egui_queue. - Various minor adjusments
This commit is contained in:
parent
e88ce258ce
commit
ce24354f3b
18 changed files with 806 additions and 204 deletions
|
|
@ -19,3 +19,4 @@ glam = "0.30.5"
|
|||
winit = "0.30.12"
|
||||
rapier3d = "0.30.1"
|
||||
hecs = "0.10.5"
|
||||
egui = "0.33.2"
|
||||
Loading…
Add table
Add a link
Reference in a new issue