opensim-creator icon indicating copy to clipboard operation
opensim-creator copied to clipboard

Refactor `AppSettingValue`

Open adamkewley opened this issue 1 year ago • 0 comments

Broken out from #782

  • Should support implicit conversion from the supported values (e.g. std::string, bool, Color)
  • Should be named something more generic, like osc::Variant or osc::AppVariant to reflect that fact that it's a serializable variant type that can be used independently of AppSettings

adamkewley avatar Oct 05 '23 14:10 adamkewley