VortexCoyote / leraine-studio

A cross-platform portable open-source VSRG chart editor written in C++ with SFML.
Mozilla Public License 2.0
14 stars 6 forks source link

Implement config file #23

Closed AncuL001 closed 3 years ago

AncuL001 commented 3 years ago

To store all preferences + recent files

VortexCoyote commented 3 years ago

I've thought about this, and my idea is that we'll use YAML instead of something like JSON for serialization of user config data. Reason is that quaver uses YAML for their chart format, and limiting us to that format cuts down on packages and libs.