-
Brownian Motion (Reloaded)
Foreword: Processing is a flexible software sketchbook and a language for learning how to code within the context of the visual arts. In this workshop you’ll make your first steps! I took part in an online course about „Creative Coding“ – I’ll share lessons learned and assist your first steps. Install Processing beforehand. We want…
-
birdy1976: Boring economics teacher from the motion picture "Ferris Bueller’s Day Off" (cc @mwoodtli) #1986 #teaching #video http://t.co/sTRUBsK9
birdy1976: Boring economics teacher from the motion picture „Ferris Bueller’s Day Off“ (cc @mwoodtli) #1986 #teaching #video http://t.co/sTRUBsK9
-
birdy1976: Der Titel "DEADLINE post-it stop motion" der Animation ist Programm, die Geschichte allen vertraut (via @t_krischak) http://icio.us/owa2qv
birdy1976: Der Titel „DEADLINE post-it stop motion“ der Animation ist Programm, die Geschichte allen vertraut (via @t_krischak) http://icio.us/owa2qv
-
Circle Rotation Depending on Mouse Position
Clip | Source The ActionScript Snippet onClipEvent (load) { // set parameters: // amplify the speed var k = 0.03; } onClipEvent (enterFrame) { // loop: // recalculate the rotation this._rotation = this._rotation-k*(_parent._xmouse-this._x); }
-
Move Clip
Clip | Source
-
Brownian Motion / Brownsche Bewegung
Clip | Source