LegalizeAdulthood / iterated-dynamics

Iterated Dynamics is an open source fractal generator with support for many fractal types.
https://legalizeadulthood.github.io/iterated-dynamics/
GNU General Public License v3.0
24 stars 9 forks source link

Remember last window position #60

Closed LegalizeAdulthood closed 5 months ago

LegalizeAdulthood commented 5 months ago

As a Windows program, Id can choose the initial location of the window, but isn't doing that currently, so the window opens up in whatever location the system decides to put it. When doing a batch rendering script and rendering images in disk video, this can be annoying that the window doesn't re-appear where it was last positioned.

On Windows, remember the last window location in the registry and read that back out on startup.