juliankrispel / Pollock

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

Abstraction of changeable properties #17

Closed ulikk closed 10 years ago

ulikk commented 10 years ago

Due to the fact that there are so many "randomly animated" aspects in the program, i'm trying to find an abstraction for those:

"Changeable" Properties are abstracted by an object (lets call the parent class MUTARE) The object encapsulates one property (a number, a 2d position, a value from a discrete liste, ...) and its behaviour while time progresses.

So far i have identified the following types:

juliankrispel commented 10 years ago

Bist du depat, dein englisch is echt verdammt gut! Sehr schön formuliert!

juliankrispel commented 10 years ago

We decided on Mutables