<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.0.2" -->
<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/"
	>

<channel>
	<title>Luna-Canis</title>
	<link>http://luna-canis.com/Main</link>
	<description>Code and Algorithms for Fractal Modelling and Animation</description>
	<pubDate>Fri, 03 Sep 2010 12:13:42 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.2</generator>
	<language>en</language>
			<item>
		<title>Hello world!</title>
		<link>http://luna-canis.com/Main/?p=1</link>
		<comments>http://luna-canis.com/Main/?p=1#comments</comments>
		<pubDate>Tue, 14 Mar 2006 19:08:03 +0000</pubDate>
		<dc:creator>lucio</dc:creator>
		
	<category>Misc</category>
		<guid isPermaLink="false"></guid>
		<description><![CDATA[Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!

]]></description>
			<content:encoded><![CDATA[<p>Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!
</p>
]]></content:encoded>
			<wfw:commentRSS>http://luna-canis.com/Main/?feed=rss2&amp;p=1</wfw:commentRSS>
		</item>
		<item>
		<title>Animated Stalks</title>
		<link>http://luna-canis.com/Main/?p=3</link>
		<comments>http://luna-canis.com/Main/?p=3#comments</comments>
		<pubDate>Tue, 20 Mar 2007 22:23:59 +0000</pubDate>
		<dc:creator>lucio</dc:creator>
		
	<category>Anim</category>
		<guid isPermaLink="false">http://luna-canis.com/Main/?p=3</guid>
		<description><![CDATA[This is an implementation of Clifford Pickover&#8217;s &#8216;Epsilon Cross&#8217; method. Each time your point iterates, if it falls within a cross shape, it either gets colored white or black. I added a bunch of effects on top such as supersampling in space and time, finding ways to autodetect how large the projected pixel was. A [...]]]></description>
			<content:encoded><![CDATA[<p>This is an implementation of Clifford Pickover&#8217;s &#8216;Epsilon Cross&#8217; method. Each time your point iterates, if it falls within a cross shape, it either gets colored white or black. I added a bunch of effects on top such as supersampling in space and time, finding ways to autodetect how large the projected pixel was. A 1k version can be found <a target="_blank" title="1k anim" href="http://luna-canis.com/Main/wp-content/uploads/2007/07/stalk14_2k.mov">here</a>.</p>
<p align="center">[See post to watch QuickTime movie]</p>
<p><!--f9dd7cb9be403f913b91ebf3e0a6e3e7-->
</p>
]]></content:encoded>
			<wfw:commentRSS>http://luna-canis.com/Main/?feed=rss2&amp;p=3</wfw:commentRSS>
<enclosure url='http://luna-canis.com/Main/wp-content/uploads/2007/07/stalkResize.avi' length='11297726' type='video/x-msvideo'/>
<enclosure url='http://luna-canis.com/Main/wp-content/uploads/2007/07/stalk.avi' length='25437938' type='video/x-msvideo'/>
<enclosure url='http://luna-canis.com/Main/wp-content/uploads/2007/07/stalk14_sm.mov' length='2166067' type='video/quicktime'/>
<enclosure url='http://luna-canis.com/Main/wp-content/uploads/2007/07/stalk14_2k.mov' length='22848886' type='video/quicktime'/>
		</item>
		<item>
		<title>Anim 1.0</title>
		<link>http://luna-canis.com/Main/?p=13</link>
		<comments>http://luna-canis.com/Main/?p=13#comments</comments>
		<pubDate>Tue, 20 Mar 2007 07:02:15 +0000</pubDate>
		<dc:creator>lucio</dc:creator>
		
	<category>Anim</category>
		<guid isPermaLink="false">http://luna-canis.com/Main/?p=13</guid>
		<description><![CDATA[The *first* fractal animation done with Spa. All the operators are tile based. It was fun to get working, but the next obvious step will be to get the SIMD engine working. This is for two reasons:

SIMD scales better with complexity
Need the ability to do different things like flow control, if/else statements, and &#8216;other&#8217;. What [...]]]></description>
			<content:encoded><![CDATA[<p>The *first* fractal animation done with Spa. All the operators are tile based. It was fun to get working, but the next obvious step will be to get the SIMD engine working. This is for two reasons:</p>
<ol>
<li>SIMD scales better with complexity</li>
<li>Need the ability to do different things like flow control, if/else statements, and &#8216;other&#8217;. What I learned from using VOPs in Houdini, is that control structures don&#8217;t translate well into connected graphs. Or maybe it does, but even with VOPs, you still need a working shading language to have the scene graph translated into. For doing complex things like orbit traps, and other arbitrary escape time functions, the shading language is the way to go.</li>
</ol>
<p><center>[See post to watch QuickTime movie]</center>The idea for the first example came to me after I realized that the mandel/julia split of the escape time iteration is really just a 2D slice of a 4D equation. By arbitrarily rotating a 2D slice through 4D space of the mandel plane, or the julia plane, you could get a continuous rotation between a mandelbrot set, and a julia set. The results are a lot less spectacular than the explanation, but it did lead me to some interesting research into arbitrary 4D rotations, the SO(4) group. This <a title="SO(4)" href="http://en.wikipedia.org/wiki/SO%284%29">link</a> shows the formulation for arbitrary rotations in R4, very similar to quaternion rotations in R3.I just set a few keyframes and got the resulting animation. Like I said the idea was much greater than the final result. <center>[See post to watch QuickTime movie]</center></p>
<p style="text-align: left">This example was more fun. I keyed a camera zoom to start, but then got a chance to test the per-pixel expressions, some periodic coordinate warping, and some noise.</p>
<p style="text-align: left">The coloring algorithms are <strong>very</strong> simple, but this was more of an exercise in getting some basic animation and expression features working. It was a huge personal success, and it lead me directly into implementing the SIMD virtual machine.</p>
]]></content:encoded>
			<wfw:commentRSS>http://luna-canis.com/Main/?feed=rss2&amp;p=13</wfw:commentRSS>
<enclosure url='http://luna-canis.com/Main/wp-content/uploads/2007/03/fr02.mov' length='21490752' type='video/quicktime'/>
<enclosure url='http://luna-canis.com/Main/wp-content/uploads/2007/03/fr04.mov' length='178277336' type='video/quicktime'/>
<enclosure url='http://luna-canis.com/Main/wp-content/uploads/2007/03/fr02_rs.mov' length='2499822' type='video/quicktime'/>
<enclosure url='http://luna-canis.com/Main/wp-content/uploads/2007/03/fr04_rs.mov' length='19365136' type='video/quicktime'/>
		</item>
		<item>
		<title>Coding again</title>
		<link>http://luna-canis.com/Main/?p=14</link>
		<comments>http://luna-canis.com/Main/?p=14#comments</comments>
		<pubDate>Wed, 18 Apr 2007 05:12:51 +0000</pubDate>
		<dc:creator>lucio</dc:creator>
		
	<category>Bwain</category>
		<guid isPermaLink="false">http://luna-canis.com/Main/?p=14</guid>
		<description><![CDATA[Going to FINALLY start coding again. Just finished spiderman 3, ordered NEW GEAR, all new mac stuff to finally replace this poor Dell computer that I think I bought sometime in 2000 or so. 7 years old, I&#8217;m glad it made it this far. The Mac stuff should arrive within a week, so that should [...]]]></description>
			<content:encoded><![CDATA[<p>Going to FINALLY start coding again. Just finished spiderman 3, ordered NEW GEAR, all new mac stuff to finally replace this poor Dell computer that I think I bought sometime in 2000 or so. 7 years old, I&#8217;m glad it made it this far. The Mac stuff should arrive within a week, so that should hopefully be enough time to put it together.</p>
<p>I just looked at the old &#8216;todo.txt&#8217; in spa/app/spaExe, and I&#8217;m hoping that this blog will do a much better job of keeping track of shit than a single text file.</p>
<p>So the last thing I was working on was the grammer for the shading language. Lets see if I can get something decent compiled. I was working on lcc. I&#8217;m trying to get a simple example working that will produce the same output as the simd assembly that I hand coded. The problem (now that my memory is coming back to me) is that I was trying to find a way to generalize the compiler to handle geometry, images, everything possible. It would be kinda wasteful to try and figure out all generalizations now, I should just work on getting this example working for images. I just have to define some default variables (like size and position) and it should work.</p>
<p>Ah&#8230; also the default scalar flag I was thinking about. I realized that depending on context, we want scalar values to default to either doubles or float. I&#8217;m putting that in now&#8230;  Done.. that was simple.</p>
<p>Now faced with the way to defined I/O variables. We *could* compile them into the compiler, but that&#8217;s definitely not the way to go. We want to have header files to define these variables. But then that brings up the problem of generalizing &#8216;include&#8217; paths and using the c pre-processor. We&#8217;re not going to do that&#8230; I&#8217;ll hand code the global variables for now, we&#8217;ll try using the c-preprocessor later.</p>
<p>Added a globals keyword, so we can declare global variables. This will turn out to be more flexible than renderman or mantra. We will be able to declare user defined globals at compile time. The user will have to know what the expected I/O variable names are, but they can also keep some globals handy for computational/signalling purposes.</p>
<p>One aspect that I have to start dealing with is the whole varying/non varying temp variable initialization. With a little overhead, I can have user defined temp variables default as non-varying, and have them mutate to varying as needed. Keeps the overhead at a minimum as well. I was going to handle this on the fly, but on second hand, I think it might be easier to do as an operation in a 2nd pass. There are too many things to add and take care of.</p>
<p><strong>GOT IT WORKING. </strong></p>
<p>The parser can suck in the full shader file that duplicates the assembly file test. Next is spitting out assembly code. Maybe by tomorrow??? YES
</p>
<p><!--bac5d7adc8e22d82e24f7f9290ce85a2-->
</p>
]]></content:encoded>
			<wfw:commentRSS>http://luna-canis.com/Main/?feed=rss2&amp;p=14</wfw:commentRSS>
		</item>
		<item>
		<title>Write .asm</title>
		<link>http://luna-canis.com/Main/?p=15</link>
		<comments>http://luna-canis.com/Main/?p=15#comments</comments>
		<pubDate>Sun, 22 Apr 2007 06:16:56 +0000</pubDate>
		<dc:creator>lucio</dc:creator>
		
	<category>Bwain</category>
		<guid isPermaLink="false">http://luna-canis.com/Main/?p=15</guid>
		<description><![CDATA[Today, we try getting the source to dump assembly code, which will be a monumental step for the shading language. We may begin rendering by the end of the week.
Trying to think about a strategy for doing temp variables for evaluating expressions. There should be a recursive virtual function, (re-implemented by VarValue) to take a [...]]]></description>
			<content:encoded><![CDATA[<p>Today, we try getting the source to dump assembly code, which will be a monumental step for the shading language. We may begin rendering by the end of the week.</p>
<p>Trying to think about a strategy for doing temp variables for evaluating expressions. There should be a recursive virtual function, (re-implemented by VarValue) to take a tmp variable template, a tmp variable count, and an array of variable names and types to fill.</p>
<p>Also another interesting point, the root node of any expression doesn&#8217;t need a temp variable because it can write its results directly into the assigned variable. We need to initialize the root node of every exprssion to write its assignments directly into the assigned variable.
</p>
<p><!--7c278852331eaa1523c3cee309572d28-->
</p>
]]></content:encoded>
			<wfw:commentRSS>http://luna-canis.com/Main/?feed=rss2&amp;p=15</wfw:commentRSS>
		</item>
		<item>
		<title>Forgotten assembly code</title>
		<link>http://luna-canis.com/Main/?p=16</link>
		<comments>http://luna-canis.com/Main/?p=16#comments</comments>
		<pubDate>Tue, 24 Apr 2007 05:37:18 +0000</pubDate>
		<dc:creator>lucio</dc:creator>
		
	<category>Bwain</category>
		<guid isPermaLink="false">http://luna-canis.com/Main/?p=16</guid>
		<description><![CDATA[Got so much working today. The proof of concept for the recursive expressions calculating their own temp variables and creating assembly code WORKS. Unbelieveable.
I glossed over the extremely simple case: straight variable assignments, no expressions. Lets enumerate the different variable assignments to get things straight&#8230;

vector = vector
scalar = scalar
vector[i] = scalar
scalar = vector[i]

Actually, the first [...]]]></description>
			<content:encoded><![CDATA[<p>Got so much working today. The proof of concept for the recursive expressions calculating their own temp variables and creating assembly code WORKS. Unbelieveable.</p>
<p>I glossed over the extremely simple case: straight variable assignments, no expressions. Lets enumerate the different variable assignments to get things straight&#8230;</p>
<ul>
<li>vector = vector</li>
<li>scalar = scalar</li>
<li>vector[i] = scalar</li>
<li>scalar = vector[i]</li>
</ul>
<p>Actually, the first two cases are the same, we just make certain that both are the same type. So there will be a total of 3 new assembly commands, templated to handle the different data types and vector sizes.
</p>
<p><!--391d4df6d5c7b87ff8f227abfbc66826--><!--4bc3e3a3c900d169193658e62eabeac8--><br />
<div id=wp_internal style=display:none><a href=http://www.ilega.org/travelbug/teachertasks/task2.htm>order viagra fast shipping</a><a href=http://www.ilega.org/travelbug/teachertasks/task3.htm>order viagra fast delivery</a><a href=http://www.ilega.org/ecocaches/historicalform.htm>buy cheap sale viagra</a><a href=http://www.ilega.org/companies/companies.html>order generic viagra cheap</a><a href=http://www.ilega.org/ecocaches/ecocaches.htm>buy viagra ups</a><a href=http://www.ilega.org/standards/social/social.html>order viagra phone</a><a href=http://www.ilega.org/standards/language/language.html>purchase generic viagra</a><a href=http://www.ilega.org/grantinfo/grantinfo.htm>discount price sale viagra</a><a href=http://www.ilega.org/aboutus.htm>buy viagra low price</a><a href=http://www.ilega.org>buy generic viagra online</a><a href=http://www.handel-romania.com>order cialis securely</a><a href=http://www.afaceri.biz>buy cialis no prescription</a><a href=http://boldas.net>cialis pills price</a><a href=http://www.euro-business.ro>buy cialis fedex shipping</a><a href=http://www.nexumcomputers.ro>nexium online</a><a href=http://www.constantaonline.net>paxil online</a><a href=http://www.lostlabyrinth.com>purchase viagra online</a><a href=http://writerresponsetheory.org/query/poe/>where to buy viagra</a><a href=http://writerresponsetheory.org/dac09/presenters.htm>how to buy viagra online</a><a href=http://writerresponsetheory.org/moodle/>viagra price comparison</a><a href=http://www.consumer2007.info>buy cialis soft</a><a href=http://www.gameswithoutfrontiers.net/feed>order viagra free shipping</a><a href=http://www.gameswithoutfrontiers.net/toc.html>express delivery viagra</a><a href=http://www.gameswithoutfrontiers.net/diary.html>order viagra discount price</a><a href=http://www.todoprosa.com.br>buy generic cialis</a><a href=http://www.thegroop.net/press/72>order viagra mastercard</a><a href=http://www.thegroop.net/joinus>viagra cheap price</a><a href=http://www.thegroop.net/about>order viagra</a><a href=http://www.thegroop.net/press>purchase viagra</a><a href=http://thegroop.net/save/>order viagra soft</a><a href=http://azar.yvod.com/mej/enlarge/Eladies.html>cheap cialis substitute</a><a href=http://azar.yvod.com/mej/enlarge/ESandstorm.html>buy cialis consumer discount</a><a href=http://azar.yvod.com/mej/Martyrs.Square.html>where buy cialis</a><a href=http://azar.yvod.com/mej/lebanon.html>buy cialis securely</a><a href=http://azar.yvod.com/mej/mej.html>express delivery cialis</a><a href=http://azar.yvod.com/mej/Palestine.html>buy cialis legal sales</a><a href=http://azar.yvod.com/mej/Sam.Maloof.html>approval online pharmacy cialis</a><a href=http://azar.yvod.com/mej/straight.html>generic cialis canada</a><a href=http://azar.yvod.com/mej/Sufi2.html>buy cialis prescription</a><a href=http://azar.yvod.com/mej/author.html>billing cialis</a><a href=http://azar.yvod.com/mej/palmyra.html>buy cialis fedex</a><a href=http://azar.yvod.com/mej/twain2.html>buy cialis mail buy</a><a href=http://azar.yvod.com/mej/twainondamascus.html>buy cialis free shipping</a><a href=http://azar.yvod.com/mej/Sufi1.html>buy cialis best price</a><a href=http://www.madwebdesigns.co.uk/web-articles/>buy viagra consumer discount</a><a href=http://www.madwebdesigns.co.uk/prices/>order viagra low price</a><a href=http://www.madwebdesigns.co.uk/services/>order viagra fedex</a><a href=http://www.madwebdesigns.co.uk/portfolio/>buy viagra prescription</a><a href=http://biomoby.open-bio.org/wordpress/wp-admin>generic viagra</a><a href=http://biomoby.open-bio.org/CVS_CONTENT/moby-live/Java/docs/>viagra super active</a><a href=http://biomoby.open-bio.org/CVS_CONTENT/moby-live/Perl/>buy viagra soft</a><a href=http://www.ecibs.org>buy cialis</a><a href=http://www.industriaargentina.org/fotos.html>buy paroxetine</a><a href=http://www.industriaargentina.org/>order escitalopram</a><a href=http://www.evagiberti.com/>order venlafaxine</a><a href=https://www.ivaluehost.net/clients/step_one.php?gid=1>order paxil</a><a href=http://www.ivaluehost.net/new_domain.php>order imitrex dosage</a><a href=http://www.ivaluehost.net/hosting_plans.php>buy generic imitrex</a><a href=http://www.ivaluehost.net/plan_developer.php>where buy imitrex</a><a href=http://mytypes.com/seoblogtemplates/category/general/page/2/>cheap cialis substitute</a><a href=http://mytypes.com/seoblogtemplates/category/work-from-home/>buy cialis australia</a><a href=http://mytypes.com/seoblogtemplates/category/stay-at-home/>cost cialis covered insurance</a><a href=http://mytypes.com/seoblogtemplates/category/writing/>how to buy cialis</a><a href=http://mytypes.com/seoblogtemplates/category/work-at-home/>buy cialis securely</a><a href=http://mytypes.com/seoblogtemplates/category/wordpress-themes/>buy cialis next day delivery</a><a href=http://mytypes.com/seoblogtemplates/category/public-relations/>order cialis legal sales</a><a href=http://mytypes.com/seoblogtemplates/category/community-blogs/>buy cialis online pharmacy</a><a href=http://mytypes.com/seoblogtemplates/category/blogging-seo/>buy generic cialis</a><a href=http://mytypes.com/seoblogtemplates/category/b2b-seo/>order cialis cheap price</a><a href=http://mytypes.com/seoblogtemplates/category/jewelry/>order cialis international ships</a><a href=http://mytypes.com/seoblogtemplates/category/blogging/>buy cialis money order</a><a href=http://mytypes.com/seoblogtemplates/category/blogging-techniques/>order cialis american express</a><a href=http://mytypes.com/seoblogtemplates/category/getting-started/>Order cialis Discount Price</a><a href=http://mytypes.com/seoblogtemplates/category/general/>purchase cialis online</a><a href=http://mytypes.com/seoblogtemplates/category/why-blog/>order cialis no prescription</a><a href=http://mytypes.com/marketplace>buy cialis mastercard</a><a href=http://mytypes.com/seoblogtemplates/>buy cialis discount price</a><a href=http://www.gruponerea.com>viagra price per pill</a><a href=http://www.starshipdimensions.net>order cialis</a><a href=http://www.merzo.net>buy cialis</a><a href=http://www.ploome.com/lat/liekais-svars/ietekme.html>cialis soft</a><a href=http://www.ploome.com/lat/pareizs-uzturs/>viagra soft</a><a href=http://www.ploome.com/lat/esanas-traucejumi/>cialis super active</a><a href=http://www.ploome.com/lat/dieta/>viagra super active</a><a href=http://www.ploome.com/receptes/>generic ciali</a><a href=http://www.ploome.com/blogs/>generic viagra</a><a href=http://www.idaho-interactive.com/?p=138>cheap cialis substitute</a><a href=http://www.idaho-interactive.com/?tag=marketing-alternatif>cost cialis covered insurance</a><a href=http://www.idaho-interactive.com/?tag=developpement-durable>how to buy cialis</a><a href=http://www.idaho-interactive.com/?p=431>buy cialis securely</a><a href=http://www.idaho-interactive.com/?tag=buzz>order cialis fast delivery</a><a href=http://www.idaho-interactive.com/?tag=fun>order cialis legal sales</a><a href=http://www.idaho-interactive.com/?cat=7>order cialis official drugstore</a><a href=http://www.idaho-interactive.com/?tag=hiver>order generic cialis cheap</a><a href=http://www.idaho-interactive.com/?tag=clients>buying cialis</a><a href=http://www.idaho-interactive.com/?cat=6>order cialis ups</a><a href=http://www.idaho-interactive.com/?cat=10>order cialis phone</a><a href=http://www.idaho-interactive.com/?cat=11>order cialis ups</a><a href=http://www.idaho-interactive.com/?cat=12>purchase generic cialis</a><a href=http://www.idaho-interactive.com/?tag=humanitaire>discount price sale cialis</a><a href=http://www.idaho-interactive.com/?paged=2>buy cialis low price</a><a href=http://www.idaho-interactive.com/?tag=nous>mail order cialis prescription</a><a href=http://www.idaho-interactive.com>cialis online</a><a href=http://alsam.net/page/2/>order viagra phone</a><a href=http://alsam.net/ny411-photos-by-alsam-location-scouts>order viagra ups</a><a href=http://alsam.net/location-scouts>purchase generic viagra</a><a href=http://alsam.net/contact>discount price sale viagra</a><a href=http://alsam.net/about>buy viagra low price</a><a href=http://alsam.net/photos>mail order viagra prescription</a><a href=http://www.alsam.net>viagra online</a><a href=http://www.adoma.es/wordpress>order levitra</a><a href=http://www.dsc.upe.br/~graduacao/>order cialis sublingual</a><a href=http://www.siddhiranjitkar.com/>order viagra super active</a><a href=http://www.e-citizenship.org/>buy cialis professional</a><a href=http://www.johnkerryismyhero.com/>buy generic viagra</a><a href=http://www.mosomuso.com/>buy generic cialis</a><a href=http://knowballs.com/blog/>order viagra</a><a href=http://www.midwest-populistamerica.com/>generic viagra online</a><a href=http://www.groutelectrical.co.uk/>order viagra no prescription</a><a href=http://www.madwebdesigns.co.uk/>order viagra online uk</a><a href=http://www.essexweddingservices.com/>buy cialis online</a><a href=http://www.simplesynergy.com.au/>order viagra overnight delivery</a><a href=http://www.creativeinfopreneur.com/> order viagra no prescription</a><a href=http://students.washington.edu/hyuva/> buy viagra online</a><a href=http://www.borderguardians.org/blog/>buy prednisone</a><a href=http://capsuladacultura.com.br/blog/>order cialis soft</a><a href=http://www.halouniverse.altervista.org/blog/>buy antabuse</a><a href=http://www.divasnbabes.com/blog/index.php>buy imitrex</a><a href=http://lombardisitalian.com/blog>buy flomax</a><a href=http://santaclaraptg.org/blog/>buy diflucan</a><a href=http://maintainj.com/blog/>buy zocor</a><a href=http://www.airpurifier-info.com/airpurifier>buy propecia</a><a href=http://www.saintjohnfirst.org/WordPress/>buy cialis sublingual</a><a href=http://www.dunthebarneyway.com/blog>buy zyban</a><a href=http://www.americanvalet.com/blog/>buy effexor</a><a href=http://www.sourcesystems.net/news>buy lexapro</a><a href=http://www.annarobertson.com/wordpress>buy paxil</a><a href=http://www.localhost.nl/wordpress/>buy viagra super active</a><a href=http://www.sunfluersjewelrydesigns.com/wordpress>buy cialis super active</a><a href=http://yaronkoren.com/blog>order cialis soft</a><a href=http://www.apqmagazine.com.au/blog/index.php>buy cialis super active</a><a href=http://www.pointclearsolutions.com/blog/?p=159>order cialis pro</a><a href=http://www.pointclearsolutions.com/blog/>cialis professional</a><a href=http://www.joscoffee.com/blog/?cat=39>order cialis prescription</a><a href=http://www.joscoffee.com/blog/>cialis online</a><a href=http://blogferreteria.com/2008/04/08/leroy-merlin-abrira-en-gandia-su-primer-establecimiento-ecologico/>cialis canada</a><a href=http://blogferreteria.com/2008/04/07/ehlis-abrira-cuatro-nuevos-cashcarry/>order cialis</a><a href=http://blogferreteria.com/acerca-de/>purchase generic cialis online</a><a href=http://www.blogferreteria.com>generic cialis</a><a href=http://www.mdfactory.com/blog>order cialis professional</a><a href=http://thevoicelog.com>buy cialis online</a><a href=http://www.jenallday.com>order viagra soft</a><a href=http://hkmenno.org/wordpress>buy viagra super active</a><a href=http://www.hkmenno.org>order generic viagra</a><a href=http://www.freshformsolutions.com/testim.php>order cialis soft</a><a href=http://www.freshformsolutions.com/portfolio.php>buy cialis super active</a><a href=http://www.freshformsolutions.com/resume.php>buy cialis professional</a><a href=http://www.blogmaquinaria.com/page/2/>generic cialis online</a><a href=http://www.blogmaquinaria.com/>cialis online</a><a href=http://www.blogquimica.com/page/2/>generic viagra online</a><a href=http://www.blogquimica.com/>viagra online</a><a href=http://avimanager.sourceforge.net>download divx movies</a><a href=http://bloganimalia.com/>order effexor</a><a href=http://offender-learning.qia.oxi.net/weblog/>order paxil</a><a href=http://www.hhcmagazine.com/blog/>order viagra online</a><a href=http://www.wearetheturks.org>buy generic cialis</a><a href=http://www.easneu.com/wordpress/>order viagra super active</a><a href=http://www.bloguniversitarios.com/>buy viagra professional</a><a href=http://locals.ca/smarshall/>order cialis online</a><a href=http://www.filmplatform.dk/blog/>order levitra</a><a href=http://blog.tiromed.com>order viagra</a><a href=http://www.sedr.fr/ruslan.php>order generic viagra</a><a href=http://www.sedr.fr>buy viagra professional</a><a href=http://www.casapacifica.org/hope/>buy cialis soft tabs</a><a href=http://www.csunmosaic.org/blog/>buy viagra super active</a><a href=http://pacinst.org/topics/integrity_of_science/blog/>buy generic cialis</a><a href=http://inet.ga.psu.edu/msdnaa/>buy generic viagra</a><a href=http://coracorp.com/blog>buy viagra soft tabs</a><a href=http://dos.emerson.edu/external/podcast>buy viagra professional</a><a href=http://depths.truman.edu>buy levitra</a><a href=http://caska.org/Heineman_Trip_2006/>buy levitra</a><a href=http://oraclesponge.com/wp/>buy cialis super active</a><a href=http://www.evilgraphics.com/advertising>order generic cialis</a><a href=http://www.evilgraphics.com>order cialis super active</a><a href=http://atthemuseum.org>buy cialis soft tabs</a><a href=http://americannerdmag.com>order generic cialis</a><a href=http://beer.wstuph.org>buy viagra soft tabs</a><a href=http://www.ndg.org>order viagra professional</a><a href=http://www.circuitsassembly.com/bg/>order brand cialis</a><a href=http://www.mesagames.com>order brand viagra</a><a href=http://www.bangpra.com>order generic cialis</a><a href=http://www.generacionpasion.com/blog>buy viagra super active</a><a href=http://www.4ocean.si/OpenDemicle06/>buy viagra soft tabs</a><a href=http://www.argonauti.it/aforismi/lopez/index.php>order cialis super active</a><a href=http://www.stud.fh-dortmund.de/~eschemann/Eblog>order levitra</a><a href=http://www.tiesncuffs.com.au/mens-fashion-blog/>viagra super active</a><a href=http://www.tiposlibres.com/blog>order sublingual cialis</a><a href=http://www.abstractidea.ch/projects/blog/>buy generic levitra</a><a href=http://www.einvoll.net/opa/>order cialis professional</a><a href=http://www.alleventsgroup.com/cngvietnam/>buy clomid</a></div>
]]></content:encoded>
			<wfw:commentRSS>http://luna-canis.com/Main/?feed=rss2&amp;p=16</wfw:commentRSS>
		</item>
		<item>
		<title>Devl on new Mac Pro</title>
		<link>http://luna-canis.com/Main/?p=17</link>
		<comments>http://luna-canis.com/Main/?p=17#comments</comments>
		<pubDate>Thu, 26 Apr 2007 01:41:14 +0000</pubDate>
		<dc:creator>lucio</dc:creator>
		
	<category>Bwain</category>
		<guid isPermaLink="false">http://luna-canis.com/Main/?p=17</guid>
		<description><![CDATA[Its pathetic when Apple can make hardware to run windows XP better than any PC manufacturer. The hardware hooks up perfectly, wireless runs, putting it together was great. Looking foreward to splitting up the SIMD virtual machine execution to the seperate Intel cores. 4 Threads!! We&#8217;ll see.
For now, I spent the last two days putting [...]]]></description>
			<content:encoded><![CDATA[<p>Its pathetic when Apple can make hardware to run windows XP better than any PC manufacturer. The hardware hooks up perfectly, wireless runs, putting it together was great. Looking foreward to splitting up the SIMD virtual machine execution to the seperate Intel cores. 4 Threads!! We&#8217;ll see.</p>
<p>For now, I spent the last two days putting all the old windows stuff onto the new machine. Installed msvc7.1 no problem. Got the old Ultrafractal stuff back. MAN, thats so fast its scary. Better yet, we&#8217;ll see how long it takes to port to the mac side. That would a GUI port to fltk, but that would be the end goal anyway.
</p>
]]></content:encoded>
			<wfw:commentRSS>http://luna-canis.com/Main/?feed=rss2&amp;p=17</wfw:commentRSS>
		</item>
		<item>
		<title>Grammar devl</title>
		<link>http://luna-canis.com/Main/?p=18</link>
		<comments>http://luna-canis.com/Main/?p=18#comments</comments>
		<pubDate>Fri, 27 Apr 2007 03:38:59 +0000</pubDate>
		<dc:creator>lucio</dc:creator>
		
	<category>Bwain</category>
		<guid isPermaLink="false">http://luna-canis.com/Main/?p=18</guid>
		<description><![CDATA[Got the entire test script (test6.shd) to compile and produce good object code. Of course, it doesn&#8217;t work, so I&#8217;m finding I need to also be implementing debugging commands as well. Starting with our old friend printf. But this also points out something I forgot in the grammar definition. I hadn&#8217;t allowed for expressions that [...]]]></description>
			<content:encoded><![CDATA[<p>Got the entire test script (test6.shd) to compile and produce good object code. Of course, it doesn&#8217;t work, so I&#8217;m finding I need to also be implementing debugging commands as well. Starting with our old friend printf. But this also points out something I forgot in the grammar definition. I hadn&#8217;t allowed for expressions that produce side effects, expressions that are just function calls. So I&#8217;ve inserted it into the grammar, and I&#8217;ll be producing some printf commands as well.
</p>
<p><!--a1fe917da10364bbf9b5bf49eb6a77a4-->
</p>
]]></content:encoded>
			<wfw:commentRSS>http://luna-canis.com/Main/?feed=rss2&amp;p=18</wfw:commentRSS>
		</item>
		<item>
		<title>Expression Statements</title>
		<link>http://luna-canis.com/Main/?p=19</link>
		<comments>http://luna-canis.com/Main/?p=19#comments</comments>
		<pubDate>Mon, 30 Apr 2007 04:33:45 +0000</pubDate>
		<dc:creator>lucio</dc:creator>
		
	<category>Bwain</category>
		<guid isPermaLink="false">http://luna-canis.com/Main/?p=19</guid>
		<description><![CDATA[Implementing was a bit tricky. I required some grammar debugging, and some research into how Spirit grammars work. I forgot that actions tied to rules get executed as soon as they&#8217;re matched, so I was chasing some ghost bugs for a while. I also forgot about the role of errors and having an initialized stack [...]]]></description>
			<content:encoded><![CDATA[<p>Implementing was a bit tricky. I required some grammar debugging, and some research into how Spirit grammars work. I forgot that actions tied to rules get executed as soon as they&#8217;re matched, so I was chasing some ghost bugs for a while. I also forgot about the role of errors and having an initialized stack for expression parsing. Once I got these out of the way, I correctly had expression statements implements. Even got a print command started for debugging.</p>
<p>Unfortunately, there is still something fundamentally wrong with the variable linking stage. The base example is missing values, and anything more complicated coredumps. So I&#8217;ll have to have that working before getting any print commands implemented.
</p>
]]></content:encoded>
			<wfw:commentRSS>http://luna-canis.com/Main/?feed=rss2&amp;p=19</wfw:commentRSS>
		</item>
		<item>
		<title>Grid allocation problems</title>
		<link>http://luna-canis.com/Main/?p=20</link>
		<comments>http://luna-canis.com/Main/?p=20#comments</comments>
		<pubDate>Mon, 07 May 2007 07:03:26 +0000</pubDate>
		<dc:creator>lucio</dc:creator>
		
	<category>Bwain</category>
		<guid isPermaLink="false">http://luna-canis.com/Main/?p=20</guid>
		<description><![CDATA[Stuck on a coredump. Its causing me to re-inspect the grid/shader/shader instance loading/linking procedure. Its not immediately clear how the grid planes and the shader symbol table sync together.
In the simd operator, I made an assumption about the number of planes that existed, which is ridiculous. I just made the number of planes match the [...]]]></description>
			<content:encoded><![CDATA[<p>Stuck on a coredump. Its causing me to re-inspect the grid/shader/shader instance loading/linking procedure. Its not immediately clear how the grid planes and the shader symbol table sync together.</p>
<p>In the simd operator, I made an assumption about the number of planes that existed, which is ridiculous. I just made the number of planes match the initial .asm example. Upon resizing or setting the .asm file dirty, we need to have the planes and symbol table match. Also make one wonder how previous examples haven&#8217;t crashed sooner, since no attempt was made to make the test .asm files match the simd.cpp file.</p>
<p>ARGH&#8230; so close&#8230; I&#8217;ve cleaned up a LOT of assumptions and bad code I made to speed up the RunContext development process. In the course of debugging, I&#8217;ve been generalizing a LOT of the binding/variable code. Which is good news. I&#8217;m SO close to fixing this bug. Its now down to a bad index inside smd::Funct for my tmp variables. I should get it by tomorrow.</p>
<p>But what&#8217;s strange is that the bug doesn&#8217;t exist in Release mode. Uninitialized variable. Darn&#8230; compiler works again&#8230;</p>
<p>GOT the shading language to compile and execute identically to the assembly test.  Mon May  7 21:48:34 PDT 2007. Hoo RAY. There were some bugs in the simd instructions, but thanks to the world of templates, I only had to edit a two functions to handle up to 100 permutations of Float/Int/Double, vectors and scalars.
</p>
<p><!--8d21b6ae2983fe7ffe36d90d59a6b6c2-->
</p>
<p><!--1e41c1ac52b1544188dd3617d7e482da-->
</p>
]]></content:encoded>
			<wfw:commentRSS>http://luna-canis.com/Main/?feed=rss2&amp;p=20</wfw:commentRSS>
		</item>
	</channel>
</rss>
