Skip to content

jing-interactive/Cinder-Var

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cinder-Var

A basic-live-cinder-json-saved-variable system using Simon Geilfus' Watchdog as a submodule.

ci::Var<float> mRadius{ 1.0f, "radius" };

In assets/, the parameter values are stored as follows in the live_vars.json file.

{
   "default" : {
      "radius" : "1.0",
   }
}

Editing and saving that file will update the value in real-time.

About

A basic live-cinder-json-saved-parameters system!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 100.0%