DarkRTA / chronos

a terminal-based speedrun timer using https://github.com/livesplit/livesplit-core
MIT License
22 stars 4 forks source link

Implement config file parsing. #6

Closed DarkRTA closed 3 years ago

DarkRTA commented 4 years ago

At the moment the current config setup requires you to edit config.c. This isn't ideal as someone might want to have different setups for different games.

We should look for a suitable YAML library that's easy to embed into the codebase for this purpose.