Initial implementation of imgui support
This commit is contained in:
parent
1a200e62ef
commit
3fd5b09a94
6 changed files with 95 additions and 4 deletions
|
|
@ -44,7 +44,11 @@ impl System for RenderingTestSystem {
|
|||
));
|
||||
}
|
||||
|
||||
fn update(&mut self, ctx: &mut SystemContext) {}
|
||||
fn update(&mut self, ctx: &mut SystemContext) {
|
||||
// if let Some(mut debug_ui) = ctx.platform_context.imgui_ui.as_ref().map(|ui| ui.borrow_mut()) {
|
||||
// debug_ui.text("Hello World!");
|
||||
// }
|
||||
}
|
||||
}
|
||||
|
||||
fn main() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue