add event counter to home page
This commit is contained in:
parent
3c02e7bf36
commit
dbf50ec455
1 changed files with 2 additions and 0 deletions
|
@ -210,6 +210,8 @@ fn render_app(app: &mut Hoot, ctx: &egui::Context) {
|
|||
.unwrap();
|
||||
}
|
||||
|
||||
ui.label(format!("total events rendered: {}", app.events.len()));
|
||||
|
||||
TableBuilder::new(ui)
|
||||
.column(Column::auto())
|
||||
.column(Column::auto())
|
||||
|
|
Loading…
Add table
Reference in a new issue