opensim-creator
opensim-creator copied to clipboard
Refactor `AppSettingValue`
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
orosc::AppVariant
to reflect that fact that it's a serializable variant type that can be used independently ofAppSettings