Wallop
Wallop copied to clipboard
Extensible, living/animated wallpaper engine built in C# using Silk.NET's OpenGL wrapper at its core.
SettingTypes should be able to define a set of arguments that the application may verify modules against.
Currently, the graphics clear color is black. Allow that to be adjustable
We should allow plugins to extend available ModuleSettings types. Bear in mind the ramifications for the future GUI to this. The plugin, or another type of plugin, should be able...
We should add a field to both Package and Module called something like `Dictionary CustomData` which will allow plugins to expose options through the package's configuration.
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...
Currently an actor's namespace is in the format [owning layout].Name:[actor].Name. We should permit an additional custom string in the stored scene that allows the actor to specify its own namespace....
The Engine needs to reform the way it handles Graphics. - [ ] Engine needs to render each layout to its own render target (Now tracking via #71) - [x]...
When I git gud at Graphics Programming, it might be of benefit to change the graphics backend from silk.net to Veldrid. **Update** Re-evaluate the necessity of this. It might be...