Fractal Spiral from Alastair Montgomery on Vimeo.
Animation of a Context Free Fractal being generated.
Alastair's Fractals Main Page My Shop at CafePress My Shop at Zazzle
© Alastair Montgomery 2010
The main reason for this page is to show some nice fractal pictures. You can freely download any of the pictures for home or non profit use, such as desktop wallpaper, printing one off cards and calendars, your web pages, etc. For commercial use, mass publications, small leaflet runs, commercial web pages, larger resolutions please contact me at the email below and we can work out equitable rates. The programs used to generate the fractals can be found on the links page.
Fractal Spiral from Alastair Montgomery on Vimeo.
Alastair's Fractals Main Page My Shop at CafePress My Shop at Zazzle
© Alastair Montgomery 2010
Alastair's Fractals Main Page,
My Shop at CafePress, My Shop at Zazzle Sign My Guestbook
© Alastair Montgomery 2008
startshape crystals
rule crystals {
crystal { h 81.87 sat 0.8642 b 1.0000 }
crystal { h 81.87 sat 0.8642 b 1.0000 r 90}
crystal { h 81.87 sat 0.8642 b 1.0000 r 180}
crystal { h 81.87 sat 0.8642 b 1.0000 r 270}
}
rule crystal {
blob {}
crystal {s 0.5 y 0.75}
crystal {s 0.5 x 0.75}
}
rule blob {
SQUARE {}
blob {s 0.9 b - 0.1 r 5}
}startshape gem
rule gem{
crystals {}
gem { s 0.8 r 10 }
}
rule crystals {
crystal { h 81.87 sat 0.8642 b 1.0000 }
crystal { h 81.87 sat 0.8642 b 1.0000 r 90}
crystal { h 81.87 sat 0.8642 b 1.0000 r 180}
crystal { h 81.87 sat 0.8642 b 1.0000 r 270}
}
rule crystal {
blob {}
crystal {s 0.5 y 0.75}
crystal {s 0.5 x 0.75}
}
rule blob {
SQUARE {}
blob {s 0.9 b - 0.1 r 5}
}startshape gems
rule gems{
8 * {r 45} gem {}
}
rule gem{
crystals {}
gem { s 0.8 r 10 x 2.5}
}
rule crystals {
crystal { h 81.87 sat 0.8642 b 1.0000 }
crystal { h 81.87 sat 0.8642 b 1.0000 r 90}
crystal { h 81.87 sat 0.8642 b 1.0000 r 180}
crystal { h 81.87 sat 0.8642 b 1.0000 r 270}
}
rule crystal {
blob {}
crystal {s 0.5 y 0.75}
crystal {s 0.5 x 0.75}
}
rule blob {
SQUARE {}
blob {s 0.9 b - 0.1 r 5}
}startshape gems
rule gems{
8 * {r 45} gem {h 81.87 sat 0.8642 b 1.0000}
}
rule gem{
crystals {}
gem { s 0.8 r 25 x 2.5 h +25}
}
rule crystals {
crystal { }
crystal { r 90}
crystal { r 180}
crystal { r 270}
}
rule crystal {
blob {}
crystal {s 0.5 y 0.75}
crystal {s 0.5 x 0.75}
}
rule blob {
SQUARE {}
blob {s 0.9 b - 0.1 r 5}
}Alastair's Fractals Main Page,
My Shop at CafePress, My Shop at Zazzle Sign My Guestbook
© Alastair Montgomery 2008
Fractal tree created in Context Free using the script below.
startshape trees
rule trees {
tree {hue =1 sat =0.8016 b =0.9502}
}
rule tree {
spike {}
tree {y 2 s 0.7 r 30 hue +5}
tree {y 2 s 0.7 r -30 hue +5}
}
rule spike {
point {}
}
rule point {
CIRCLE {}
point { y 0.1 s 0.96 sat -0.005 }
}
startshape spin2
rule spin2 {
spin {}
spin2 { r -40 x 1.5 y 1 s 0.9}
}
rule spin {
spikes {}
}
rule spikes { spike {hue =1 sat =0.8016 b =0.9502} }
rule spike { point { } spike { r 10 s 0.95 hue +1 } }
rule point { CIRCLE{} point { y 0.1 s 0.96 sat -0.005 }}
Alastair's Fractals Main Page,
My Shop at CafePress, My Shop at Zazzle Sign My Guestbook
© Alastair Montgomery 2008
Created with Context Free and edited in the Gimp
Script used to create this below.
startshape forest
rule forest {
4 * {r 90} trees {}
}
rule trees {
tree {}
trees {x+2.6 y+1 s 0.75 r 30}
}
rule tree {
branch_right{}
branch_right{rotate 180}
}
rule branch_right {
branch_right{x 0.5 y 0.5 size 0.6 r -45}
branch_left{x -0.5 y 0.5 size 0.6 r 45}
blob{}
}
rule branch_left {
branch_left{x -0.5 y 0.5 size 0.6 r 45}
branch_right{x 0.5 y 0.5 size 0.6 r -45}
blob{}
}
rule blob {
SQUARE {}
CIRCLE {size 0.99 b 1}
blob {size 0.9 b 0.25 rotate 10}
}
Alastair's Fractals Main Page,
My Shop at CafePress, My Shop at Zazzle Sign My Guestbook
© Alastair Montgomery 2008