Turn off imgui by passing toggle '--disable-imgui' because it impact on performance of
Aquarium on different conditions. You can show fps by passing '--print-log --test-time 30'
to print the fps to cmd line instead.
I wonder if it's necessary to provide a more user-facing toggle like --disable-control-panel, --disable-widgets, etc. because imgui sounds like an implementation detail to me.
Turn off imgui by passing toggle '--disable-imgui' because it impact on performance of Aquarium on different conditions. You can show fps by passing '--print-log --test-time 30' to print the fps to cmd line instead.