Commit graph

5 commits

Author SHA1 Message Date
reo
13aefcc86f Remove imgui from the entire project 2025-11-16 18:34:48 +03:00
reo
ce24354f3b 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
2025-11-16 18:14:12 +03:00
reo
15122b8ebd wip: Changes of the week
- Move engine to a different crate
- Add engine trait
- Refactor the rest of the codebase to work with these changes
- Add debug ui buffer, use it to finish imgui support
2025-09-07 17:00:04 +03:00
reo
9816f14f53 Rename assets crate to asset 2025-08-17 21:23:11 +03:00
reo
3458662cfc Rename crate folders to remove raidillon prefix 2025-08-17 21:14:59 +03:00
Renamed from raidillon_core/Cargo.toml (Browse further)