rerun icon indicating copy to clipboard operation
rerun copied to clipboard

Set exact window size

Open nikolausWest opened this issue 3 years ago • 1 comments

Is your feature request related to a problem? Please describe. When creating demo videos of Rerun I want the screen to have a specific aspect ration (different depending on where the video will be shared). Right now I have to fiddle a lot by hand to get it to the right size.

Describe the solution you'd like I want to be able to explicitly configure the screen resolution of Rerun. One option would be as a command line argument like:

python -m rerun --window-size 1500x900 

Describe alternatives you've considered Another alternative could be to somehow expose the window size as a blueprint option. This would be more consistent of how we want to use it in the future.

nikolausWest avatar Dec 07 '22 10:12 nikolausWest

I think this may require some eframe changes. eframe::NativeOptions::initial_window_size will be overwritten by whatever size was used on the previous run, restored from disk state.

emilk avatar Jan 20 '23 11:01 emilk