Posts Tagged ‘source’

Click on one of the items below to go to the post

Get the Franklin Street Tumblr Theme

Very early on in the process of setting up the new Some Random Dude, I mentioned that all work done on and for this site would be made available as open source and/or free. It is something that I feel very strongly about and am deeply committed to following through on for as long as this blog is active. As a small first gesture, I am offering up the theme used for the Some Random Dude Tumblr site. Feel free to use it, alter it and improve upon it as you see fit. If you do not have a Tumblr account yet, I highly suggest that you get one — it is a genuinely great service. Read On…

Processing Motion Experiment – Meander

I have really fallen in love with Processing, but I had been had hit a bit of a plateau in terms of progress in the past month or so. I never really have spent too much time with algorithmic motion/drawing. When I jumped into Flash, I went straight towards the Tween class and never spent much time trying to work in the EnterFrame-loop based motion design. Because of this, learning how to work with Processing’s draw() loop has been a bit foreign and one can only find so many ways to implement sine/cosine motion treatments.

Luckily, I ran across the simply stunning work of Robert Hodgin who just happened to offer up his source code. After looking through one of his projects and banging away at it, I ended up learning a quite a bit on how motion can end up looking more organic and sporadic. This particular project used the noise() method as its basis for motion jittering. I had not even known such a method existed. After hacking up Robert’s source, I came up with some really interesting form experiments using Robert’s general motion concepts.

Read On…