1. NodeBox 1
    1. Homepage
    2. NodeBox 3Node-based app for generative design and data visualization
    3. NodeBox OpenGLHardware-accelerated cross-platform graphics library
    4. NodeBox 1Generate 2D visuals using Python code (Mac OS X only)
  2. Gallery
  3. Documentation
  4. Forum
  5. Blog

Geospheres

Geospheres, which sounds a lot cooler than Christmas Balls, is a Core Image script created to test some of the new filters we've been implementing. The spherical depth is actually an illusion created with a radial gradient mask, a bump distortion and lighting. The actual sphere pattern is generated with a kaleidoscope and a triangle tile.

Aside from the uncertain aesthetic value of the results it's wonderful to see how fast you can develop pixel scripts with Core Image and then apply them to a lot of random images or with a lot of random parameters - and still have all the output in the same visual "style".

 

geospheres1geospheres2
geospheres3 geospheres4
geospheres5 geospheres6
geospheres7 geospheres8
geospheres9 geospheres10
geospheres11 geospheres12
geospheres13 geospheres14
geospheres15 geospheres16

 


Adding more effects produces even weirder results. Below is a series that starts out from a geosphere and then continues to add a copy of the sphere on top, while zoomblurring the original below. Looks like an alien spaceship to me.

 

geospheres5bgeospheres2b
geospheres3b geospheres4b

 


Finally, here's some curious kind of insect or Aztec god produced by adding a twirl filter and mirroring the composition. Most people see the big eyes but there's also the mouselike head above and in the middle of the eyes.

 

geospheres1c

 


Here are some other experiments with layer.pixels(). That part of Core Image needs some updates as well. In the examples below I'm trying to grow some hair on the geospheres. For each pixel, a curve is drawn with the same brightness, angling away from the center of the sphere. Curves in the lower half sometimes twine down to form some kind of a stem.

 

geospheres1dgeospheres2d
geospheres3d geospheres4d

 

The script is included as an example in the latest Core Image library download.

Created by Tom De Smedt