« posted in work; see more

Neuron Fractal

cfgd_neuron_fractal_0

I created this Context Free Art script a few months ago and revisited it to tweak it a bit and make some nice high resolution renderings. This is a great illustration of what I find so fascinating about fractals. Computers are often considered the antithesis of organic growth, however, their incredible ability to replicate such processes seems to be in the very nature of object oriented programming. The complexity that can be formed from such simple rules and patterns continues to amaze me.

Although a mathematics purist may not willingly call this a fractal, it is in my opinion a prime example. I think BenoƮt Mandelbrot would agree with me. It is a mathematical function which, through a simple iterate system, fantastically mimics physical structures. It also has the properties of self similarity over infinite scale which is indicative of fractals.

cfgd_neuron_fractal_1

cfgd_neuron_fractal_1

For any concerned parties, here is the source code that can be run within Context Free Art which is free to download.

startshape neuron

rule neuron{
	branch{}
	branch{r 180 y 2}
}

rule branch{
	icon{}
	branch{r 2  s .995 a -.005}
}

rule branch .04{
	icon{}
	branch{r 2  s .995 a -.005}
	branch{r 2  s .995 a -.005 f 0 y 2}
}

rule branch .05{
	branch{r 0 s .995 a -.005 f 0 y 2}
}

rule icon{
	CIRCLE{s .03 y 1}
}


01.17.2009

Andy Mangold

These are absolutely beautiful Anthony, your finest to date for sure. I love how at this size they look fuzzy. They remind me of the dandelion seedlings. Keep it up.


01.17.2009

Some Random Dude

[...] Anthony Mattox rocks out some crazy fractals. [...]


02.19.2009

Leroy van Logchem

This work of art justifies the label beautiful : having beauty; having qualities that give great pleasure or satisfaction to see, hear, think about, etc.; delighting the senses or mind.

Thank you.


02.21.2009

daniel

nice =)


03.30.2009

David Randall Peters

Heya Anthony!

This is beautiful stuff indeed.. I run a student magazine called Magneto, here in Wellington, New Zealand.

This month’s theme is ‘the human condition’ .. I’d like to use your fractal as adornment for the issue.

Is that okay? I’ll be sure to credit you and add a link to this page..

Let me know if not okay. Cheers Anthony!


04.19.2009

Yale

Amazing. Thanks for letting me know about contextfree art, and your amazing script.


07.11.2009

Il Tifossi

Really, I don’t know why people bothers with taking photos of their pets, existing fractals as wallpapers.


07.14.2009

Tech stuff: Bookmarks

[...] http://en.wikipedia.org/wiki/Haiku_(operating_system) ** http://en.wikipedia.org/wiki/KolibriOS ** http://www.anthonymattox.com/neuron-fractal ** Neuron Fractal created with Context Free art. A randomized branching geometric fractal. ** [...]


What do you think?

Questions or comments? feel free to share


*name and email are required

your email address will not be published and your website will be linked