openrndr / orx

A growing library of assorted data structures, algorithms and utilities for OPENRNDR
https://openrndr.org
BSD 2-Clause "Simplified" License
121 stars 37 forks source link

[orx-gui] Make separate latest.json per program #205

Closed Yvee1 closed 2 years ago

Yvee1 commented 2 years ago

In PR #197 a latest.json file was added in order to persist the state of the GUI. However, the latest.json file was the same for all programs, therefore when running different programs the state gets overwritten. This PR changes the name of the file to ${program.name}-latest.json so that every program has its own latest.json file.