Filed under

doodle

 

Sketches #6

(download)
I saw this image on brysonian’s tumblr post. I had to try to replicate it, and I definitely have a long way to go. Going to post it regardless. Besides, it was good fun working with peon’s processing textmate bundle. It really makes me not miss the original ide at all. Very well thought out and implemented, alas unlike this sketch.

// edit

It’s been a good week. I started off implementing my own autonomous steering behaviors using this article as demo and specification. I also played around with making the methods in my PApplet subclasses chainable:

Chaining

pen.update()
   .prepareCable()
   .trace()
   .cable();

And I started a Stage singleton abstract the Processing functions into something more reusable and flexible, though one of my doubts is I’m just undoing the benefits of Processing in order to fight its detriments. I’ve still got much to resolve to get to drawing technique from the original picture, but I did manage to implement the ‘cable’ effect I mentioned a few months ago.

Strangely, I’ve used Processing for 4+ years but it was only until recent years I looked more into Java…

I’ve started a Github repo for this project Plans to salvage all the crap Processing code I’ve written will be underway soon as well.

Filed under  //   algorithms   doodle   drawing   emergence   processing   visualization  

Sketches #3

Managed to refactor the last bit of Processing code to have less surprises. Still playing around with the language's core drawing and math features, so I am for now avoiding all the fun, more advanced libraries and frameworks like 3D and OpenGL, as well (but not as much) the Java underpinnings. Also, just so I don't give out wrong expectations, I'm mostly sticking to just static prints. The light at the end of this long tunnel of coding is to create tools and/or assets akin to this that I can combine with illustration in perhaps a sci-fi narrative.

(download)

Filed under  //   Processing   doodle   drawing   visualization  

Sketches #2

Discovered tonight I am very rusty at Processing. Regardless, this is an attempt to plot parallel lines of points in set intervals to create a "cable" effect, which soon evolved to pivoting the corner point at the center. Will probably make it prettier and more controlled at a later date.

Also, I added an old screen from a sketch from April. Really wish I had more time for this stuff...

(download)

Filed under  //   Processing   doodle   drawing   visualization  

Sketches #1

Process:

  1. Draw a random, curved shape. 
  2. Fill in the shape with machine components and various hull decorations, using the curves as bumps, ridges, and cables to guide the final form.

(download)

Filed under  //   art   doodle   drawing   robots  

Towards useful dreams

Blogpost_header1

 

Sometimes I have the greatest dreams. Not only the ones that drive me to aspire to greatness and such, but ones more like a good movie, or a good meal. The problem with dreams is I can't remember them. So even while the experience is fun, there is no sense of accomplishment afterwards. There's no "Oh yea, I've been there," no photo. No souvenir.

That and it's almost impossible to navigate dreamspace. A loud noise here, a hunger pang there, or a needed pit stop can yank you out. Very unpleasant. More frustrating is you can't control where you are going, or even the general genre of the dream. Not saying surprises aren't welcome, but I don't think it's impossible to make it more like the movies. One surreal kung-fu action film with sword fights and philosophical diatribes and metaphysical romance please. 

I think we're all waiting for some new development to allow us to better experience the dream-space. I believe it's healthy for the mind to wander more freely. Being able to remember our fresh, unfiltered ideas, for whatever aim, will reap great benefits. Even being able to look back and examine the nightmares will allow us better understanding of ourselves and others. It's really about freeing ourselves. And imagine the types of crazy visualizations we can produce, just by thinking!

Filed under  //   creativity   doodle   visualization   wishful thinking