ambrosiogabe / MathAnimation

A simple C++/OpenGL application to create quick and dirty mathematically accurate animations
982 stars 49 forks source link

Implement custom layout saving #83

Closed ambrosiogabe closed 1 year ago

ambrosiogabe commented 1 year ago

The plumbing is all there, I just have to add an input box for when the user is saving the current layout as a new layout. This should just save the layout to a file of the same name located in the location listed in EditorLayout for custom layouts.