<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments for Christian's Projects</title>
	<atom:link href="http://www.incasoftware.de/~kamm/projects/index.php/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.incasoftware.de/~kamm/projects</link>
	<description></description>
	<lastBuildDate>Tue, 04 May 2010 13:25:00 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on dynamic soft shadows in 2D by Manuel Bua</title>
		<link>http://www.incasoftware.de/~kamm/projects/index.php/2007/09/08/soft-shadows-2d/comment-page-1/#comment-6537</link>
		<dc:creator>Manuel Bua</dc:creator>
		<pubDate>Tue, 04 May 2010 13:25:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.incasoftware.de/~kamm/projects/index.php/2007/09/08/soft-shadows-2d/#comment-6537</guid>
		<description>Cool stuff, any chance to download c++ code for it?</description>
		<content:encoded><![CDATA[<p>Cool stuff, any chance to download c++ code for it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on LDC 0.9.2 released by LDC 0.9.2 Released &#171; The One With D</title>
		<link>http://www.incasoftware.de/~kamm/projects/index.php/2010/03/19/ldc-0-9-2-released/comment-page-1/#comment-6422</link>
		<dc:creator>LDC 0.9.2 Released &#171; The One With D</dc:creator>
		<pubDate>Sat, 20 Mar 2010 08:34:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.incasoftware.de/~kamm/projects/?p=77#comment-6422</guid>
		<description>[...] Kamm recently announced a new version of LDC, the D compiler being built on top of LLVM. I&#039;m waiting for the day we finally get this on Windows. [...]</description>
		<content:encoded><![CDATA[<p>[...] Kamm recently announced a new version of LDC, the D compiler being built on top of LLVM. I&#39;m waiting for the day we finally get this on Windows. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on dynamic soft shadows in 2D by Jim</title>
		<link>http://www.incasoftware.de/~kamm/projects/index.php/2007/09/08/soft-shadows-2d/comment-page-1/#comment-6154</link>
		<dc:creator>Jim</dc:creator>
		<pubDate>Sun, 20 Dec 2009 09:32:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.incasoftware.de/~kamm/projects/index.php/2007/09/08/soft-shadows-2d/#comment-6154</guid>
		<description>Christian: Thx for the reply :). Dont worry, i got it working just enough to achieve what i want. 

Thank you. Your sample codes really helped me in trying to achieve the effect. I would have no idea how/where to start by just reading orangy&#039;s article.

Cheers :)</description>
		<content:encoded><![CDATA[<p>Christian: Thx for the reply :). Dont worry, i got it working just enough to achieve what i want. </p>
<p>Thank you. Your sample codes really helped me in trying to achieve the effect. I would have no idea how/where to start by just reading orangy&#8217;s article.</p>
<p>Cheers :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on dynamic soft shadows in 2D by Christian</title>
		<link>http://www.incasoftware.de/~kamm/projects/index.php/2007/09/08/soft-shadows-2d/comment-page-1/#comment-6148</link>
		<dc:creator>Christian</dc:creator>
		<pubDate>Fri, 18 Dec 2009 18:15:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.incasoftware.de/~kamm/projects/index.php/2007/09/08/soft-shadows-2d/#comment-6148</guid>
		<description>Jim: While porting the prototype can be a fun exercise, a lot has changed in the last years. You could probably achieve the same effect much more efficiently on modern graphics cards.

Unfortunately I don&#039;t have the time to help debug your problem. Start small, build things step by step and test everything along the way.</description>
		<content:encoded><![CDATA[<p>Jim: While porting the prototype can be a fun exercise, a lot has changed in the last years. You could probably achieve the same effect much more efficiently on modern graphics cards.</p>
<p>Unfortunately I don&#8217;t have the time to help debug your problem. Start small, build things step by step and test everything along the way.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Exception handling in LDC using LLVM by Christian</title>
		<link>http://www.incasoftware.de/~kamm/projects/index.php/2008/08/19/exception-handling-in-llvmdc-using-llvm/comment-page-1/#comment-6146</link>
		<dc:creator>Christian</dc:creator>
		<pubDate>Fri, 18 Dec 2009 18:00:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.incasoftware.de/~kamm/projects/?p=9#comment-6146</guid>
		<description>Garrison: You&#039;re right, I&#039;ve fixed _Unwind_Action. In addition, HANDLER_PHASE should actually have been HANDLER_FRAME. Check http://www.dsource.org/projects/ldc/changeset/1597%3A761bf823e59e .</description>
		<content:encoded><![CDATA[<p>Garrison: You&#8217;re right, I&#8217;ve fixed _Unwind_Action. In addition, HANDLER_PHASE should actually have been HANDLER_FRAME. Check <a href="http://www.dsource.org/projects/ldc/changeset/1597%3A761bf823e59e" rel="nofollow">http://www.dsource.org/projects/ldc/changeset/1597%3A761bf823e59e</a> .</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Exception handling in LDC using LLVM by Garrison</title>
		<link>http://www.incasoftware.de/~kamm/projects/index.php/2008/08/19/exception-handling-in-llvmdc-using-llvm/comment-page-1/#comment-6145</link>
		<dc:creator>Garrison</dc:creator>
		<pubDate>Fri, 18 Dec 2009 15:41:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.incasoftware.de/~kamm/projects/?p=9#comment-6145</guid>
		<description>Although I don&#039;t know the D language, I believe there is a typo in the definition of _Unwind_Action as the values should be or&#039;able. From my readings HANDLER_PHASE should have the value 4 and FORCE_UNWIND should have the value 8. Of course you may have pre-massaged values behind the scenes that I&#039;m not seeing.</description>
		<content:encoded><![CDATA[<p>Although I don&#8217;t know the D language, I believe there is a typo in the definition of _Unwind_Action as the values should be or&#8217;able. From my readings HANDLER_PHASE should have the value 4 and FORCE_UNWIND should have the value 8. Of course you may have pre-massaged values behind the scenes that I&#8217;m not seeing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on dynamic soft shadows in 2D by Jim</title>
		<link>http://www.incasoftware.de/~kamm/projects/index.php/2007/09/08/soft-shadows-2d/comment-page-1/#comment-6129</link>
		<dc:creator>Jim</dc:creator>
		<pubDate>Mon, 14 Dec 2009 20:17:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.incasoftware.de/~kamm/projects/index.php/2007/09/08/soft-shadows-2d/#comment-6129</guid>
		<description>Hi, Im just wondering if youre still active or not. I am currently in the process of porting the prototype to c++, but im having trouble in getting the blending to work, thus the shadows dont work.

Would be great if you can help.

FYI, great article. Helped me a lot :)</description>
		<content:encoded><![CDATA[<p>Hi, Im just wondering if youre still active or not. I am currently in the process of porting the prototype to c++, but im having trouble in getting the blending to work, thus the shadows dont work.</p>
<p>Would be great if you can help.</p>
<p>FYI, great article. Helped me a lot :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Exception handling in LDC using LLVM by software developers</title>
		<link>http://www.incasoftware.de/~kamm/projects/index.php/2008/08/19/exception-handling-in-llvmdc-using-llvm/comment-page-1/#comment-5965</link>
		<dc:creator>software developers</dc:creator>
		<pubDate>Fri, 23 Oct 2009 09:20:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.incasoftware.de/~kamm/projects/?p=9#comment-5965</guid>
		<description>Hey, that was interesting,

The code has come in very useful, 

Thanks for sharing,

Keep up the good work</description>
		<content:encoded><![CDATA[<p>Hey, that was interesting,</p>
<p>The code has come in very useful, </p>
<p>Thanks for sharing,</p>
<p>Keep up the good work</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on LDC 0.9.1 released by sebastien binet</title>
		<link>http://www.incasoftware.de/~kamm/projects/index.php/2009/05/27/ldc-091-released/comment-page-1/#comment-4531</link>
		<dc:creator>sebastien binet</dc:creator>
		<pubDate>Tue, 02 Jun 2009 17:00:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.incasoftware.de/~kamm/projects/?p=72#comment-4531</guid>
		<description>Robert,

thanks for the hint.

I made a binary archlinux package from these .tar.bz2:

http://aur.archlinux.org/packages.php?ID=26958

would be great to have the same packaging but with druntime instead of Tango :) (but I am pushing my luck)

cheers,
sebastien.</description>
		<content:encoded><![CDATA[<p>Robert,</p>
<p>thanks for the hint.</p>
<p>I made a binary archlinux package from these .tar.bz2:</p>
<p><a href="http://aur.archlinux.org/packages.php?ID=26958" rel="nofollow">http://aur.archlinux.org/packages.php?ID=26958</a></p>
<p>would be great to have the same packaging but with druntime instead of Tango :) (but I am pushing my luck)</p>
<p>cheers,<br />
sebastien.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on LDC 0.9.1 released by Robert</title>
		<link>http://www.incasoftware.de/~kamm/projects/index.php/2009/05/27/ldc-091-released/comment-page-1/#comment-4514</link>
		<dc:creator>Robert</dc:creator>
		<pubDate>Thu, 28 May 2009 12:49:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.incasoftware.de/~kamm/projects/?p=72#comment-4514</guid>
		<description>@sebastien binet You can use rdmd with --compiler=ldmd to make rdmd use ldc instead.</description>
		<content:encoded><![CDATA[<p>@sebastien binet You can use rdmd with &#8211;compiler=ldmd to make rdmd use ldc instead.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
