imgui piped sort of how I want it. but not really

This commit is contained in:
2021-02-15 23:24:57 -08:00
parent d12083506b
commit fa059fd177
7 changed files with 147 additions and 104 deletions

View File

@@ -8,6 +8,11 @@ use cgmath::Deg;
// a component is any type that is 'static, sized, send and sync
pub struct ImguiWindow<'a> {
pub window: imgui::Window<'a>,
}
#[derive(Clone, Copy, Debug, PartialEq)]
pub struct LoopState {
pub delta_time: Duration,