-
Notifications
You must be signed in to change notification settings - Fork 158
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow generic drawing effects #63
Comments
So if I understand correctly, similiar to how the If you mean setting the Paint objects like mentioned in #59, |
My super-rough idea so far is to have a class something like:
Then users can override the draw there and mutate the paths/paints if they want crazier effects. This isn't super well thought out yet, though, definitely open to ideas here! |
|
More use-cases are popping up with specific effects in mind. I'd like to make Spark able to handle these specific effects for folks more easily than either adding special cases and attributes for them in SparkView itself, or having to request them to subclass SparkView and do manual drawing.
A pluggable solution with a way for folks to easily override just the drawing of the spark should be a great first step.
The text was updated successfully, but these errors were encountered: