Tag Archive for 'simple'

Keeping It Simple

This blog has been relatively dormant and I am well aware of it so I am writing this quick post to motivate my self spend more time writing about things other than “experimental” programming. Its time to look at the real concept of randomizing discovery and show how discovery really can be random. I have had some interesting projects at work that I have learned some tricks on so over the next few weeks I am going to spend some time preparing some ideas on those.

Processing Meets Brownian Movement.

I started to move my experiments over to processing. I thought it might be more difficult than it was but the syntax and concepts behind the language made the programming pretty straightforward. I created a simple app that will allow a user to click and release some Brownian particles on the stage and then each particle will move around until its life cycle has ended. This is a pretty basic example and isn’t pretty yet but at least it gives a better idea about how brownian movement works.

Check the link: Brownian Movement Example