You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Providing keybindings to capture screen shots is potentially useful.
#43 adds very crude support for this, creating upside down bitmap named screenshot.bmp in the working directory, when P is pressed or the down arrow on a gamepad.
Improvements:
A format other than bmp
Not being upside down
Sensible (unique) filenaming
Error checking
Periodic screenshots (once per N simulation steps?)
Potentially automatic video generation (or a post processing ffmpeg command)
The text was updated successfully, but these errors were encountered:
Providing keybindings to capture screen shots is potentially useful.
#43 adds very crude support for this, creating upside down bitmap named
screenshot.bmp
in the working directory, whenP
is pressed or the down arrow on a gamepad.Improvements:
bmp
The text was updated successfully, but these errors were encountered: