xparq / Out_of_Nothing

Versatile entity-based simulation & visualization/gamification framework PROTOTYPE
0 stars 0 forks source link

Handle `fps_limit` the same (clean) way as `fixed_dt` + `fixed_dt_enabled`? #521

Open xparq opened 7 months ago

xparq commented 7 months ago

I.e. two independent variables: an FPS throttling toggle, and the throttling limit the toggle can switch back on.

Currently e.g. it's not possible to start with --fps-limit=0, while also retaining the ability to toggle between no limit and some custom fixed throttling at run-time.