<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>Nutty News</title>
    <link>http://www.nutty.ca/</link>
    <description>Putting the Nut into Nutty!</description>
    <item>
      <title>Silverlight Performance Testing</title>
      <link>http://www.nutty.ca/</link>
      <description>Since I do a bit of 3D and procedural work, I decided to see how much I can squeeze out of the Silverlight runtime and its software based rendering. Here's a simple Silverlight demo that runs the FBM Perlin noise algorithm with turbulence and 2 iterations. On average I get 33 fps at the default resolution (128x128; middle mouse wheel will control resolution between 64x64 to 256x256). In my engine's software shader system, I get on average 27 fps. A 6 fps drop for having a more robust architecture. Although if I enable threading it jumps to 60 fps easily, thus not all is bad.

&lt;center&gt;
Double click to go fullscreen (psychedelic :)
&lt;object data="data:application/x-silverlight-2," type="application/x-silverlight-2" width="256" height="256"&gt;
&lt;param name="source" value="silverlight/perlin.xap"/&gt;
&lt;param name="minRuntimeVersion" value="3.0.40818.0" /&gt;
&lt;param name="EnableGPUAcceleration" value="True" /&gt;
&lt;param name="EnableFrameRateCounter" value="True" /&gt;
&lt;/object&gt;&lt;/center&gt;</description>
      <comments>http://www.nutty.ca/index.htm?page=news&amp;params=ID=103;comment=true</comments>
      <pubDate>Fri, 05 Mar 2010 01:41:20 UT</pubDate>
    </item>
    <item>
      <title>Silverlight Particles</title>
      <link>http://www.nutty.ca/</link>
      <description>It's been a while since I touched a particle engine. It was quite fun building a new one for Silverlight. Unlike my previous particle systems, this one was built to be very extensible from the beginning. The system essentially consists of a global emitter and a series of generators that define the simulation. This allows me to build any particle system without having to deal with the emitters or particles themselves.

&lt;a href="/silverlight/particles.htm"&gt;A demo is provided here.
&lt;img src="/silverlight/particles.jpg"&gt;&lt;/a&gt;</description>
      <comments>http://www.nutty.ca/index.htm?page=news&amp;params=ID=102;comment=true</comments>
      <pubDate>Tue, 16 Feb 2010 23:51:31 UT</pubDate>
    </item>
    <item>
      <title>ECHO</title>
      <link>http://www.nutty.ca/</link>
      <description>&lt;table&gt;&lt;tr&gt;&lt;td&gt;&lt;a href="/echo/"&gt;&lt;img src="/echo/echo.jpg"&gt;&lt;/a&gt;&lt;/td&gt;&lt;td style="padding: 5px;"&gt;As part of a Silverlight competition for promoting Green awareness, I wrote an application utilizing some of the features of my Silverlight engine (raytracer, procedural textures, vector hand drawing). I have posted the application on my site that you can &lt;a href="/echo/"&gt;see here&lt;/a&gt;.&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
The competition is being held at &lt;a href="http://contest.silverlightshow.net/"&gt;Silverlight Eco&lt;/a&gt; if you want to check out other entries.</description>
      <comments>http://www.nutty.ca/index.htm?page=news&amp;params=ID=101;comment=true</comments>
      <pubDate>Tue, 09 Feb 2010 04:37:01 UT</pubDate>
    </item>
    <item>
      <title>Silverlight Raytracer</title>
      <link>http://www.nutty.ca/</link>
      <description>For my next trick, I will demonstrate my Silverlight raytracer! I whipped this up over the weekend in my spare time and I would like to eventually focus on some improvements in render times. So far I like the results. I tied the tracer into my procedural texture generator so the possibilities are quite endless. I'm looking forward to using this for.. uh something ;)

&lt;a href="silverlight/Raytracer.html"&gt;View the demo here&lt;/a&gt;

&lt;img src="tmp/raytracer4.jpg"&gt;</description>
      <comments>http://www.nutty.ca/index.htm?page=news&amp;params=ID=100;comment=true</comments>
      <pubDate>Fri, 27 Nov 2009 00:03:15 UT</pubDate>
    </item>
    <item>
      <title>Silverlight - Fractal Fun 1.3</title>
      <link>http://www.nutty.ca/</link>
      <description>Just a quick update. The Fractal Fun for Silverlight has been updated to include IFS generation, which can make for some interesting desktop wallpaper. &lt;a href="silverlight/FractalFun.html"&gt;Click here to see&lt;/a&gt;.

&lt;center&gt;&lt;img src="tmp/silverlight/FractalFun1.3.jpg"&gt;&lt;/center&gt;</description>
      <comments>http://www.nutty.ca/index.htm?page=news&amp;params=ID=99;comment=true</comments>
      <pubDate>Sat, 17 Oct 2009 04:11:32 UT</pubDate>
    </item>
  </channel>
</rss>