Wallop
Wallop copied to clipboard
Extensible, living/animated wallpaper engine built in C# using Silk.NET's OpenGL wrapper at its core.
`scene reload` and `scene reload module` don't reset the entire state of a scene's resources - some contextual values carry over. It'd be helpful to have a `scene reset`, and...
Currently the `--clone` argument for the command `scene create` is unimplemented functionality.
The GUI should allow the user to setup components from various setting values regardless of the script doing so. This allows the users to make actors compatible with directors they...
TODO Comments should cause a PR to fail, and should be converted to issues?
Currently, when adding properties and fields to a IScriptContext, the system converts the property into a pair of getter/setter methods. This operation should be forwarded to the IScriptContext implementation on...
Should we allow a 1:m mapping from Component Property : Setting? This would require a change in the BindableType base class contained in DSLExtension.Scripting. Also may need to take into...