xNul / drop

A LÖVE visualizer and music player
MIT License
20 stars 2 forks source link

Add a configuration/settings file #14

Closed xNul closed 6 years ago

xNul commented 7 years ago

As this project has grown, I have found a lot of areas where a settings panel would be useful. For the time being editing the script should be fine, but eventually I wish to add a settings panel to the visualizer to ease that process. Before this happens, a design style needs to be determined and the GUI implemented (if it's decided there will be one).

Ideas:

xNul commented 6 years ago

Adding a fully-fledged, good looking settings panel would decrease the simplicity of Drop significantly, be complex, require multiple libraries, and after all was said and done, probably wouldn't match the current style anyway. Therefore, I have decided to forgo the graphical portion.

With commit https://github.com/nabakin/drop/commit/eaf94810448e4479c80728ec3442d9849418a776, configuration file support has been added and this feature has now been added.