bevy/examples/app
François b28365f966
updates on diagnostics (log + new diagnostics) (#1085)
* move print diagnostics to log

* entity count diagnostic

* asset count diagnostic

* remove useless `pub`s

* use `BTreeMap` instead of `HashMap`

* get entity count from world

* keep ordered list of diagnostics
2020-12-24 13:28:31 -06:00
..
custom_loop.rs Adopt a Fetch pattern for SystemParams (#1074) 2020-12-15 21:57:16 -08:00
empty.rs organize examples and add ecs guide 2020-05-01 13:12:47 -07:00
empty_defaults.rs rename add_plugin_group to add_plugins (#773) 2020-11-02 19:01:17 -08:00
headless.rs Adopt a Fetch pattern for SystemParams (#1074) 2020-12-15 21:57:16 -08:00
logs.rs Adopt a Fetch pattern for SystemParams (#1074) 2020-12-15 21:57:16 -08:00
plugin.rs Adopt a Fetch pattern for SystemParams (#1074) 2020-12-15 21:57:16 -08:00
plugin_group.rs updates on diagnostics (log + new diagnostics) (#1085) 2020-12-24 13:28:31 -06:00
return_after_run.rs Fix example return_after_run (#1082) 2020-12-18 15:08:26 -06:00
thread_pool_resources.rs rename add_plugin_group to add_plugins (#773) 2020-11-02 19:01:17 -08:00