turnage / valora

painting by functions
https://paytonturnage.gitbook.io/valora/
MIT License
702 stars 30 forks source link

Quit on WindowEvent::CloseRequested #46

Closed sqwishy closed 4 years ago

sqwishy commented 4 years ago

If we receive a WindowEvent::CloseRequested event, we quit.

Also the window is created to be non-resizable. The program doesn't really behave well when it's resized and my window manager kept resizing it because it was resizable.

Also the output path is created on init instead of for each frame in the file render strategy. This isn't that important so you can ignore it or ask me to remove it. It was the only part that seemed mildly worthwhile out of some larger changes that didn't work out.

CLAassistant commented 4 years ago

CLA assistant check
All committers have signed the CLA.

turnage commented 4 years ago

Thank you!