<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Sakari Lehtonen</title>
	<atom:link href="http://lgo900.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://lgo900.wordpress.com</link>
	<description>Sacred Geometry, Art, Design &#38; Code</description>
	<lastBuildDate>Thu, 19 Jan 2012 06:28:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='lgo900.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://1.gravatar.com/blavatar/9d437f3fdf25a3ed62bad1104b74e1ec?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>Sakari Lehtonen</title>
		<link>http://lgo900.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://lgo900.wordpress.com/osd.xml" title="Sakari Lehtonen" />
	<atom:link rel='hub' href='http://lgo900.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Running IBNIZ, realtime audiovisualizer on Mac Os X</title>
		<link>http://lgo900.wordpress.com/2011/12/25/running-ibniz-on-mac-os-x/</link>
		<comments>http://lgo900.wordpress.com/2011/12/25/running-ibniz-on-mac-os-x/#comments</comments>
		<pubDate>Sun, 25 Dec 2011 09:33:38 +0000</pubDate>
		<dc:creator>inDigiNeous</dc:creator>
				<category><![CDATA[art]]></category>
		<category><![CDATA[audio]]></category>
		<category><![CDATA[computers]]></category>
		<category><![CDATA[fun]]></category>
		<category><![CDATA[graphics]]></category>
		<category><![CDATA[mac os x]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[visualization]]></category>

		<guid isPermaLink="false">http://lgo900.wordpress.com/?p=749</guid>
		<description><![CDATA[Here is something very cool: http://pelulamu.net/ibniz/ It is a realtime, compact 8-bit style audiovisualizer that has it&#8217;s own virtual machine and language to input code into. It can produce very nice demoeffects using only a minimal set of commands, check out the example video: How to get the source code up and running on Mac [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lgo900.wordpress.com&amp;blog=6763378&amp;post=749&amp;subd=lgo900&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Here is something very cool: <a title="Ibniz - Pelulamu.net" href="http://pelulamu.net/ibniz/" target="_blank">http://pelulamu.net/ibniz/</a></p>
<p>It is a realtime, compact 8-bit style audiovisualizer that has it&#8217;s own virtual machine and language to input code into. It can produce very nice demoeffects using only a minimal set of commands, check out the example video:</p>
<p><span style="text-align:center; display: block;"><a href="http://lgo900.wordpress.com/2011/12/25/running-ibniz-on-mac-os-x/"><img src="http://img.youtube.com/vi/aKMrBaXJvMs/2.jpg" alt="" /></a></span></p>
<p>How to get the source code up and running on Mac Os X (tested w/ 10.6) ?</p>
<p>* Download and install <a title="XCode" href="http://developer.apple.com/xcode/" target="_blank">XCode</a> if you already haven&#8217;t done this)</p>
<p>* Install MacPorts: <a title="MacPorts" href="http://www.macports.org/install.php" target="_blank">http://www.macports.org/install.php</a></p>
<p>Then run</p>
<pre>sudo port install libsdl-framework</pre>
<p>Command from the terminal to install the SDL development framework.</p>
<p>Grab the sources for Ibniz, untar, cd, and run make to compile.</p>
<pre>sakari@iViper:ttys003:tmp$ curl -o ibniz-1.0.tar.gz http://pelulamu.net/ibniz/ibniz-1.0.tar.gz
 % Total % Received % Xferd Average Speed Time Time Time Current
 Dload Upload Total Spent Left Speed
100 19654 100 19654 0 0 7229 0 0:00:02 0:00:02 --:--:-- 24085
sakari@iViper:ttys003:tmp$ tar zxvf ibniz-1.0.tar.gz
x ibniz-1.0/
x ibniz-1.0/ibniz.txt
x ibniz-1.0/Makefile
x ibniz-1.0/licence.txt
x ibniz-1.0/vm_slow.c
x ibniz-1.0/vm.h
x ibniz-1.0/font.pl
x ibniz-1.0/font.i
x ibniz-1.0/ui_sdl.c
x ibniz-1.0/examples.ib
x ibniz-1.0/ibniz.h
x ibniz-1.0/vm_test.c
sakari@iViper:ttys003:tmp$ cd ibniz-1.0
sakari@iViper:ttys003:ibniz-1.0$ make
gcc -c -Os ui_sdl.c -o ui_sdl.o `sdl-config --libs --cflags`
i686-apple-darwin10-gcc-4.2.1: -lSDLmain: linker input file unused because linking not done
i686-apple-darwin10-gcc-4.2.1: -lSDL: linker input file unused because linking not done
i686-apple-darwin10-gcc-4.2.1: -framework: linker input file unused because linking not done
i686-apple-darwin10-gcc-4.2.1: Cocoa: linker input file unused because linking not done
gcc -c -O3 vm_slow.c -o vm_slow.o
gcc -s -Os ui_sdl.o vm_slow.o -o ibniz `sdl-config --libs --cflags` -lm
ld: warning: option -s is obsolete and being ignored
sakari@iViper:ttys003:ibniz-1.0$ ./ibniz</pre>
<p>I noticed that I have to modify the getticks() function in ui_sdl.c in order to get usable framerates:</p>
<pre>int getticks()
{
  if(!ui.opt_nonrealtime)
    return SDL_GetTicks()/3;
  else
  {
    return dumper.framecount*50/3;
  }
}</pre>
<p>Dividing by three seems to do the trick, without it the frames start skipping too much for some reason.</p>
<p>I hope to integrate GeoKone scene loading into this, that would be very cool as all the GeoKone formations can be expressed in 1-2 lines of code and with a very simple core engine that reads the data.</p>
<p>I will be hacking on this thing for a while. Thanks Viznut for this great christmas toy :)</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lgo900.wordpress.com/749/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lgo900.wordpress.com/749/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lgo900.wordpress.com/749/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lgo900.wordpress.com/749/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/lgo900.wordpress.com/749/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/lgo900.wordpress.com/749/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/lgo900.wordpress.com/749/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/lgo900.wordpress.com/749/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lgo900.wordpress.com/749/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lgo900.wordpress.com/749/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lgo900.wordpress.com/749/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lgo900.wordpress.com/749/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lgo900.wordpress.com/749/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lgo900.wordpress.com/749/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lgo900.wordpress.com&amp;blog=6763378&amp;post=749&amp;subd=lgo900&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://lgo900.wordpress.com/2011/12/25/running-ibniz-on-mac-os-x/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/937e92a1d7587a8504a016fcb993afcb?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">lgo900</media:title>
		</media:content>
	</item>
		<item>
		<title>First Public release of GeoKone, sacred geometry generator! Check out http://GeoKone.NET !</title>
		<link>http://lgo900.wordpress.com/2011/11/20/first-public-release-of-geokone-sacred-geometry-generator-check-out-httpgeokone-net/</link>
		<comments>http://lgo900.wordpress.com/2011/11/20/first-public-release-of-geokone-sacred-geometry-generator-check-out-httpgeokone-net/#comments</comments>
		<pubDate>Sun, 20 Nov 2011 14:45:59 +0000</pubDate>
		<dc:creator>inDigiNeous</dc:creator>
				<category><![CDATA[art]]></category>
		<category><![CDATA[fun]]></category>
		<category><![CDATA[sacred geometry]]></category>
		<category><![CDATA[visualizer]]></category>

		<guid isPermaLink="false">http://lgo900.wordpress.com/?p=734</guid>
		<description><![CDATA[Whew, it has been hectic. All the coding, making visuals for TAWA, partying (Astral Projection, Astrix &#38; Skazi yesterday, whew!) has really been awesome but at the same time very demanding. But finally (or over a week now, released on 11.11.11) there is a public version of GeoKone in action at http://GeoKone.NET :) It is [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lgo900.wordpress.com&amp;blog=6763378&amp;post=734&amp;subd=lgo900&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Whew, it has been hectic. All the coding, making visuals for TAWA, partying (Astral Projection, Astrix &amp; Skazi yesterday, whew!) has really been awesome but at the same time very demanding.</p>
<p>But finally (or over a week now, released on 11.11.11) there is a public version of GeoKone in action at <a title="GeoKone.NET" href="http://GeoKone.NET">http://GeoKone.NET</a> :) It is still a public BETA version, some features are still incomplete (I have only 10 fingers, at least for now) so please try it out and see what you think :) Any feedback is appreciated. I will try to make it easy to send feedback as soon as some of the more core features are in place that I have been planning.</p>
<div id="attachment_735" class="wp-caption aligncenter" style="width: 497px"><a href="http://lgo900.files.wordpress.com/2011/11/geokone-is-here2.png"><img class="size-full wp-image-735 " title="http://GeoKone.NET" src="http://lgo900.files.wordpress.com/2011/11/geokone-is-here2.png?w=600" alt="http://GeoKone.NET"   /></a><p class="wp-caption-text">http://GeoKone.NET</p></div>
<p>&nbsp;</p>
<p>Check out the <a title="GeoKone Facebook Page" href="http://www.facebook.com/pages/GeoKone/194211500656676">Facebook Page</a> for some cool new images generated with GeoKone! And Like the page if you like this kinda stuff, thanks! :) Go to <a title="GeoKone.NET" href="http://GeoKone.NET">http://GeoKone.NET</a>, <a title="GeoKone.NET Sign Up" href="http://geokone.net/server/accounts/register/">Sign Up</a> for an account at the link on the top right of the screen and start generating some funky stuff!</p>
<p>&nbsp;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lgo900.wordpress.com/734/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lgo900.wordpress.com/734/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lgo900.wordpress.com/734/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lgo900.wordpress.com/734/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/lgo900.wordpress.com/734/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/lgo900.wordpress.com/734/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/lgo900.wordpress.com/734/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/lgo900.wordpress.com/734/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lgo900.wordpress.com/734/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lgo900.wordpress.com/734/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lgo900.wordpress.com/734/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lgo900.wordpress.com/734/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lgo900.wordpress.com/734/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lgo900.wordpress.com/734/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lgo900.wordpress.com&amp;blog=6763378&amp;post=734&amp;subd=lgo900&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://lgo900.wordpress.com/2011/11/20/first-public-release-of-geokone-sacred-geometry-generator-check-out-httpgeokone-net/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/937e92a1d7587a8504a016fcb993afcb?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">lgo900</media:title>
		</media:content>

		<media:content url="http://lgo900.files.wordpress.com/2011/11/geokone-is-here2.png" medium="image">
			<media:title type="html">http://GeoKone.NET</media:title>
		</media:content>
	</item>
		<item>
		<title>A really good primer on Sacred Geometry &#8211; Unity Of Geometry</title>
		<link>http://lgo900.wordpress.com/2011/11/08/a-really-good-primer-on-sacred-geometry-unity-of-geometry/</link>
		<comments>http://lgo900.wordpress.com/2011/11/08/a-really-good-primer-on-sacred-geometry-unity-of-geometry/#comments</comments>
		<pubDate>Tue, 08 Nov 2011 19:45:39 +0000</pubDate>
		<dc:creator>inDigiNeous</dc:creator>
				<category><![CDATA[art]]></category>
		<category><![CDATA[energy]]></category>
		<category><![CDATA[learning]]></category>
		<category><![CDATA[sacred geometry]]></category>
		<category><![CDATA[thinking]]></category>
		<category><![CDATA[pi]]></category>
		<category><![CDATA[symbols]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://lgo900.wordpress.com/?p=729</guid>
		<description><![CDATA[A very nice primer and in-depth visual explanation of what are the primary building blocks behind Sacred Geometry: Unity of Geometry &#8211; Johnathan Quintin from Our Shift on Vimeo. This video illustrates very visually how the most basic bulding blocks of Sacred Geometry (and at the same time the construct of our Universe) are built [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lgo900.wordpress.com&amp;blog=6763378&amp;post=729&amp;subd=lgo900&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>A very nice primer and in-depth visual explanation of what are the primary building blocks behind Sacred Geometry:</p>
<div class='embed-vimeo' style='text-align:center;'><iframe src='http://player.vimeo.com/video/26607676' width='400' height='300' frameborder='0'></iframe></div>
<p><a href="http://vimeo.com/26607676">Unity of Geometry &#8211; Johnathan Quintin</a> from <a href="http://vimeo.com/ourshift">Our Shift</a> on <a href="http://vimeo.com">Vimeo</a>.</p>
<p>This video illustrates very visually how the most basic bulding blocks of Sacred Geometry (and at the same time the construct of our Universe) are built and what relations these different forms have with each other. For the first time I actually now understood where the term &#8220;square root&#8221; comes from, where as in school where I learned it first, I just knew what to do with it and where, but I did not really understand what it meant.</p>
<p>Same thing with Pi, but that is another story, the Pi one I realized a long time ago that the symbol for Pi illustrates the <strong>length of one wave</strong>, and the symbol <em>visually</em> represents exactly this:</p>
<div id="attachment_730" class="wp-caption aligncenter" style="width: 370px"><a href="http://lgo900.files.wordpress.com/2011/11/pisymbol.png"><img class="size-full wp-image-730 " title="Pi Symbol Meaning" src="http://lgo900.files.wordpress.com/2011/11/pisymbol.png?w=600" alt="Pi Symbol Meaning"   /></a><p class="wp-caption-text">Pi Symbol Meaning</p></div>
<p>At least for me this visual understanding of the symbol Pi helped me understand the context where it was used very much and I could apply the concepts around it easily to other places where the Pi and other sin,cos,tan etc functions are used.</p>
<p>Dunno, maybe everyone else understood at school the way we were taught, I at least didn&#8217;t, because all that is taught are the equations, names of symbols and all the external elements of what these things are and forgetting to focus on teaching what concepts they hold and how to apply them, naturally without having to remember long equations by memory.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lgo900.wordpress.com/729/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lgo900.wordpress.com/729/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lgo900.wordpress.com/729/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lgo900.wordpress.com/729/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/lgo900.wordpress.com/729/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/lgo900.wordpress.com/729/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/lgo900.wordpress.com/729/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/lgo900.wordpress.com/729/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lgo900.wordpress.com/729/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lgo900.wordpress.com/729/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lgo900.wordpress.com/729/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lgo900.wordpress.com/729/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lgo900.wordpress.com/729/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lgo900.wordpress.com/729/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lgo900.wordpress.com&amp;blog=6763378&amp;post=729&amp;subd=lgo900&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://lgo900.wordpress.com/2011/11/08/a-really-good-primer-on-sacred-geometry-unity-of-geometry/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/937e92a1d7587a8504a016fcb993afcb?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">lgo900</media:title>
		</media:content>

		<media:content url="http://lgo900.files.wordpress.com/2011/11/pisymbol.png" medium="image">
			<media:title type="html">Pi Symbol Meaning</media:title>
		</media:content>
	</item>
		<item>
		<title>Fresh GeoKone Generated Sacred Geometry &#8211; Check out Facebook page for more images also!</title>
		<link>http://lgo900.wordpress.com/2011/11/02/check-out-geokone-facebook-page-for-more-mandalas-sacred-geometry/</link>
		<comments>http://lgo900.wordpress.com/2011/11/02/check-out-geokone-facebook-page-for-more-mandalas-sacred-geometry/#comments</comments>
		<pubDate>Wed, 02 Nov 2011 03:11:21 +0000</pubDate>
		<dc:creator>inDigiNeous</dc:creator>
				<category><![CDATA[art]]></category>
		<category><![CDATA[dream]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[sacred geometry]]></category>
		<category><![CDATA[Social Networking]]></category>
		<category><![CDATA[generator]]></category>
		<category><![CDATA[mandala]]></category>

		<guid isPermaLink="false">http://lgo900.wordpress.com/?p=701</guid>
		<description><![CDATA[I&#8217;ve heard rumours that having a Facebook page is a good thing. So, if you like GeoKone (I&#8217;m a bit early here, wait until 11.11.11 for the public beta, but if you like the idea) or the images you see here, please check out our Facebook page. Press Like and I will post Sacred Geometry [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lgo900.wordpress.com&amp;blog=6763378&amp;post=701&amp;subd=lgo900&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div id="attachment_703" class="wp-caption alignleft" style="width: 400px"><a href="http://www.facebook.com/pages/GeoKone/194211500656676"><img class="size-full wp-image-703 " title="http://geoKone.net" src="http://lgo900.files.wordpress.com/2011/11/geokoneishere4_r5.png?w=600" alt="http://geoKone.net"   /></a><p class="wp-caption-text">11.11.11</p></div>
<p>I&#8217;ve heard rumours that having a <a title="GeoKone Facebook page" href="http://www.facebook.com/pages/GeoKone/194211500656676" target="_blank">Facebook page</a> is a good thing. So, if you like GeoKone (I&#8217;m a bit early here, wait until 11.11.11 for the public beta, but if you like the idea) or the images you see here, please check out our <a title="GeoKone Facebook page" href="http://www.facebook.com/pages/GeoKone/194211500656676">Facebook page</a>.</p>
<p>Press Like and I will post Sacred Geometry into your news feed, bringing good energies to you :)</p>
<p>Actually Here are a couple of samples of what kind of stuff has come out of my engine during the development:</p>
<div id="attachment_710" class="wp-caption aligncenter" style="width: 610px"><a href="http://lgo900.files.wordpress.com/2011/11/suomikolmiohaamu.png"><img class="size-full wp-image-710 " title="SuomiKolmioHaamu" src="http://lgo900.files.wordpress.com/2011/11/suomikolmiohaamu.png?w=600&#038;h=600" alt="Visual Illusion" width="600" height="600" /></a><p class="wp-caption-text">Nice Visual Illusion happening here, brain puts together the missing lines between the spheres</p></div>
<div id="attachment_709" class="wp-caption aligncenter" style="width: 610px"><a href="http://lgo900.files.wordpress.com/2011/11/rollingswastika.png"><img class="size-full wp-image-709 " title="RollingSwastika" src="http://lgo900.files.wordpress.com/2011/11/rollingswastika.png?w=600&#038;h=480" alt="Rolling Swastika" width="600" height="480" /></a><p class="wp-caption-text">Rolling Swastika - Interesting finding, many similar symbols in one geometric shape, the David&#039;s Star, The Swastika, The Staring Eye Inside The Pyramid</p></div>
<div id="attachment_705" class="wp-caption aligncenter" style="width: 610px"><a href="http://lgo900.files.wordpress.com/2011/11/3dpyramidbeing.png"><img class="size-full wp-image-705 " title="3DPyramidBeing" src="http://lgo900.files.wordpress.com/2011/11/3dpyramidbeing.png?w=600&#038;h=480" alt="3DPyramidBeing" width="600" height="480" /></a><p class="wp-caption-text">The Sierpinski Pyramids - With Some Soul Included. Pure Computer Generated Images are usually boring, as there is no intelligent creator involved beyond the logics of the programming. With GeoKone, there is both. The Artist can express himself through technical accuracy, but with the touches only an living being can add.</p></div>
<div id="attachment_706" class="wp-caption aligncenter" style="width: 610px"><a href="http://lgo900.files.wordpress.com/2011/11/binaryblock1.png"><img class="size-full wp-image-706 " title="Binary Code" src="http://lgo900.files.wordpress.com/2011/11/binaryblock1.png?w=600&#038;h=600" alt="Binary Code" width="600" height="600" /></a><p class="wp-caption-text">This was an interesting discovery, I accidentally set the number of fixed child points to 1.5, and I discovered binary fractal patterns can be drawn with setting the number of points to 3 to form a triangle and then set child recursion, creating these triangle rows of lines .. hmm I wonder if one could program the IChing TriGrams with this system .. Adding it to the TODO list :D</p></div>
<div id="attachment_707" class="wp-caption aligncenter" style="width: 610px"><a href="http://lgo900.files.wordpress.com/2011/11/copytest2.png"><img class="size-full wp-image-707 " title="CopyTest2" src="http://lgo900.files.wordpress.com/2011/11/copytest2.png?w=600&#038;h=600" alt="Copying is Easy" width="600" height="600" /></a><p class="wp-caption-text">It is now easy to copy all the selected polyforms, allowing more complex scenes to be created more easily.</p></div>
<div id="attachment_711" class="wp-caption aligncenter" style="width: 610px"><a href="http://lgo900.files.wordpress.com/2011/11/triangletowerfull.png"><img class="size-full wp-image-711 " title="TriangleTowerFull" src="http://lgo900.files.wordpress.com/2011/11/triangletowerfull.png?w=600&#038;h=1066" alt="Fractal Binary Tower, click for full size" width="600" height="1066" /></a><p class="wp-caption-text">Fractal Binary Tower, click for full size. This looks almost Chinese in some way. Those cloud looking things are Binary Fractals.</p></div>
<div id="attachment_721" class="wp-caption aligncenter" style="width: 610px"><a href="http://lgo900.files.wordpress.com/2011/11/copytest1.png"><img class="size-full wp-image-721" title="CopyTest1" src="http://lgo900.files.wordpress.com/2011/11/copytest1.png?w=600&#038;h=600" alt="" width="600" height="600" /></a><p class="wp-caption-text">Copy Test 1</p></div>
<p>These are just a small sampling of the different styles that can be already achieved. I have some crazy stuff also made from these, but I will have to wait until 11.11.11 to maybe show some samples of it, as we are using this stuff in our TAWA ceremony also, and it is kinda sacred until shown to the public.</p>
<p>Oh yeah, I tried playing around more with those binary shapes, here is a couple of screenshots of the actual UI too as it is now:</p>
<div id="attachment_716" class="wp-caption aligncenter" style="width: 610px"><a href="http://lgo900.files.wordpress.com/2011/11/screenshotnew.png"><img class="size-full wp-image-716" title="ScreenshotNew" src="http://lgo900.files.wordpress.com/2011/11/screenshotnew.png?w=600&#038;h=398" alt="" width="600" height="398" /></a><p class="wp-caption-text">Testing out the Binary Patterns</p></div>
<div id="attachment_723" class="wp-caption aligncenter" style="width: 610px"><a href="http://lgo900.files.wordpress.com/2011/11/houses4.png"><img class="size-full wp-image-723" title="Houses4" src="http://lgo900.files.wordpress.com/2011/11/houses4.png?w=600&#038;h=398" alt="" width="600" height="398" /></a><p class="wp-caption-text">Building A Scenery - Just for fun :) The Fractal Line pattern is very interesting indeed. Compressed, the parameters needed for this scene take about 9 kilobytes, uncompressed about 150 kilobytes as the data is saved polyform by polyform, saving each parameter value for each.</p></div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lgo900.wordpress.com/701/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lgo900.wordpress.com/701/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lgo900.wordpress.com/701/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lgo900.wordpress.com/701/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/lgo900.wordpress.com/701/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/lgo900.wordpress.com/701/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/lgo900.wordpress.com/701/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/lgo900.wordpress.com/701/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lgo900.wordpress.com/701/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lgo900.wordpress.com/701/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lgo900.wordpress.com/701/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lgo900.wordpress.com/701/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lgo900.wordpress.com/701/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lgo900.wordpress.com/701/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lgo900.wordpress.com&amp;blog=6763378&amp;post=701&amp;subd=lgo900&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://lgo900.wordpress.com/2011/11/02/check-out-geokone-facebook-page-for-more-mandalas-sacred-geometry/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/937e92a1d7587a8504a016fcb993afcb?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">lgo900</media:title>
		</media:content>

		<media:content url="http://lgo900.files.wordpress.com/2011/11/geokoneishere4_r5.png" medium="image">
			<media:title type="html">http://geoKone.net</media:title>
		</media:content>

		<media:content url="http://lgo900.files.wordpress.com/2011/11/suomikolmiohaamu.png" medium="image">
			<media:title type="html">SuomiKolmioHaamu</media:title>
		</media:content>

		<media:content url="http://lgo900.files.wordpress.com/2011/11/rollingswastika.png" medium="image">
			<media:title type="html">RollingSwastika</media:title>
		</media:content>

		<media:content url="http://lgo900.files.wordpress.com/2011/11/3dpyramidbeing.png" medium="image">
			<media:title type="html">3DPyramidBeing</media:title>
		</media:content>

		<media:content url="http://lgo900.files.wordpress.com/2011/11/binaryblock1.png" medium="image">
			<media:title type="html">Binary Code</media:title>
		</media:content>

		<media:content url="http://lgo900.files.wordpress.com/2011/11/copytest2.png" medium="image">
			<media:title type="html">CopyTest2</media:title>
		</media:content>

		<media:content url="http://lgo900.files.wordpress.com/2011/11/triangletowerfull.png" medium="image">
			<media:title type="html">TriangleTowerFull</media:title>
		</media:content>

		<media:content url="http://lgo900.files.wordpress.com/2011/11/copytest1.png" medium="image">
			<media:title type="html">CopyTest1</media:title>
		</media:content>

		<media:content url="http://lgo900.files.wordpress.com/2011/11/screenshotnew.png" medium="image">
			<media:title type="html">ScreenshotNew</media:title>
		</media:content>

		<media:content url="http://lgo900.files.wordpress.com/2011/11/houses4.png" medium="image">
			<media:title type="html">Houses4</media:title>
		</media:content>
	</item>
	</channel>
</rss>
