moolicc / Wallop

Extensible, living/animated wallpaper engine built in C# using Silk.NET's OpenGL wrapper at its core.
29 stars 4 forks source link

Refactor tracked values out of IScriptContext #157

Open moolicc opened 2 years ago

moolicc commented 2 years ago

The functions that provide tracked values bloat IScriptContext. It'd be better to create a new Type to contain the functions around tracking values.

... Maybe even implement tracked values as a plugin?

Probably carry out #76 along with this