juliankrispel / Pollock

A canvas-based application which paints by itself.
2 stars 1 forks source link

Abstraction of Brush "Moving Behavior" #21

Open ulikk opened 10 years ago

ulikk commented 10 years ago

My idea for handling moving behavior is as follows:

Examples:

I can imagine a GUI with a "movement parameter" area, that changes accordingly when a new Movement is selected. I see two options for implementing this: either all GUI elements are defined in the html and only one is made visible at one point in time, or the GUI elements are instanced at runtime, according to the selected behavior. I guess the second variant is more difficult to implement. I'm not sure if it can easily be done with angular as well.