<?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"
	>
<channel>
	<title>Comments on: Silkworm Game written in Haskell</title>
	<atom:link href="http://blog.inquirylabs.com/2009/05/02/silkworm-game-written-in-haskell/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.inquirylabs.com/2009/05/02/silkworm-game-written-in-haskell/</link>
	<description>Politics, Programming and Possibilities</description>
	<pubDate>Thu, 11 Mar 2010 11:14:57 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
		<item>
		<title>By: MAN</title>
		<link>http://blog.inquirylabs.com/2009/05/02/silkworm-game-written-in-haskell/#comment-27451</link>
		<dc:creator>MAN</dc:creator>
		<pubDate>Wed, 13 May 2009 17:05:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.inquirylabs.com/2009/05/02/silkworm-game-written-in-haskell/#comment-27451</guid>
		<description>This may come a little too late; I just learned of ur game.

To run it on Linux you need to:
tar -xzf Silkworm.tgz
cd Silkworm
mv main.hs Main.hs
make
cp Resources/background.png .
cp Resources/dirt-texture.png .
cp Resources/silkworm.obj .
./SilkwormGame

The game menu has a glitch, however: when restarting a game (after getting cought in one of those pits XD ) all text in the menu is replaced by the not-so-appealing textured-box...

The app itself is very impressive btw.</description>
		<content:encoded><![CDATA[<p>This may come a little too late; I just learned of ur game.</p>
<p>To run it on Linux you need to:<br />
tar -xzf Silkworm.tgz<br />
cd Silkworm<br />
mv main.hs Main.hs<br />
make<br />
cp Resources/background.png .<br />
cp Resources/dirt-texture.png .<br />
cp Resources/silkworm.obj .<br />
./SilkwormGame</p>
<p>The game menu has a glitch, however: when restarting a game (after getting cought in one of those pits XD ) all text in the menu is replaced by the not-so-appealing textured-box&#8230;</p>
<p>The app itself is very impressive btw.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Astro</title>
		<link>http://blog.inquirylabs.com/2009/05/02/silkworm-game-written-in-haskell/#comment-27445</link>
		<dc:creator>Astro</dc:creator>
		<pubDate>Sun, 03 May 2009 12:47:55 +0000</pubDate>
		<guid isPermaLink="false">http://blog.inquirylabs.com/2009/05/02/silkworm-game-written-in-haskell/#comment-27445</guid>
		<description>Interesting. Please make a library out of that graphics and physics stuff. :-)</description>
		<content:encoded><![CDATA[<p>Interesting. Please make a library out of that graphics and physics stuff. <img src='http://blog.inquirylabs.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: maltem</title>
		<link>http://blog.inquirylabs.com/2009/05/02/silkworm-game-written-in-haskell/#comment-27444</link>
		<dc:creator>maltem</dc:creator>
		<pubDate>Sun, 03 May 2009 09:42:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.inquirylabs.com/2009/05/02/silkworm-game-written-in-haskell/#comment-27444</guid>
		<description>On a "normal" Unix:

mv main.hs Main.hs
make
cd Resources
../SilkwormGame</description>
		<content:encoded><![CDATA[<p>On a &#8220;normal&#8221; Unix:</p>
<p>mv main.hs Main.hs<br />
make<br />
cd Resources<br />
../SilkwormGame</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ian Duncan</title>
		<link>http://blog.inquirylabs.com/2009/05/02/silkworm-game-written-in-haskell/#comment-27443</link>
		<dc:creator>Ian Duncan</dc:creator>
		<pubDate>Sun, 03 May 2009 06:52:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.inquirylabs.com/2009/05/02/silkworm-game-written-in-haskell/#comment-27443</guid>
		<description>Pretty cool stuff. I am running Leopard and for some reason the background png doesn't load right. Otherwise, it's pretty neat.</description>
		<content:encoded><![CDATA[<p>Pretty cool stuff. I am running Leopard and for some reason the background png doesn&#8217;t load right. Otherwise, it&#8217;s pretty neat.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Duane Johnson</title>
		<link>http://blog.inquirylabs.com/2009/05/02/silkworm-game-written-in-haskell/#comment-27442</link>
		<dc:creator>Duane Johnson</dc:creator>
		<pubDate>Sat, 02 May 2009 23:11:58 +0000</pubDate>
		<guid isPermaLink="false">http://blog.inquirylabs.com/2009/05/02/silkworm-game-written-in-haskell/#comment-27442</guid>
		<description>@Fernando: Which operating system are you running on?  I've only tested in Mac OS X, which has the interesting quality of using the application's "Resources" directory as the "current working directory".  I'm betting that this is where you are running into trouble.  If you're on a Mac, try "make run" at the command line... it should wrap the game up into a Mac "Application" with the directories in the right spots.

If not on Mac, then we can continue to try new things to get it working as long as you're willing... ;)</description>
		<content:encoded><![CDATA[<p>@Fernando: Which operating system are you running on?  I&#8217;ve only tested in Mac OS X, which has the interesting quality of using the application&#8217;s &#8220;Resources&#8221; directory as the &#8220;current working directory&#8221;.  I&#8217;m betting that this is where you are running into trouble.  If you&#8217;re on a Mac, try &#8220;make run&#8221; at the command line&#8230; it should wrap the game up into a Mac &#8220;Application&#8221; with the directories in the right spots.</p>
<p>If not on Mac, then we can continue to try new things to get it working as long as you&#8217;re willing&#8230; <img src='http://blog.inquirylabs.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fernando Sanches</title>
		<link>http://blog.inquirylabs.com/2009/05/02/silkworm-game-written-in-haskell/#comment-27441</link>
		<dc:creator>Fernando Sanches</dc:creator>
		<pubDate>Sat, 02 May 2009 21:13:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.inquirylabs.com/2009/05/02/silkworm-game-written-in-haskell/#comment-27441</guid>
		<description>Seems pretty nice.

However, I'm having problems to run it. After installing the dependencies (OpenGL, pngloader, parsec and another one I can't remember), I tried to run it and just after the window was created, I received the error:

SilkwormGame: ~/.../Silkworm/background.png: openBinaryFile: does not exist (No such file or directory)

Then I did:

cp Resources/background.png ./

Tried to run again and:

SilkwormGame: silkworm.obj: openFile: does not exist (No such file or directory)

And now I'm stuck. Any idea?</description>
		<content:encoded><![CDATA[<p>Seems pretty nice.</p>
<p>However, I&#8217;m having problems to run it. After installing the dependencies (OpenGL, pngloader, parsec and another one I can&#8217;t remember), I tried to run it and just after the window was created, I received the error:</p>
<p>SilkwormGame: ~/&#8230;/Silkworm/background.png: openBinaryFile: does not exist (No such file or directory)</p>
<p>Then I did:</p>
<p>cp Resources/background.png ./</p>
<p>Tried to run again and:</p>
<p>SilkwormGame: silkworm.obj: openFile: does not exist (No such file or directory)</p>
<p>And now I&#8217;m stuck. Any idea?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Duane Johnson</title>
		<link>http://blog.inquirylabs.com/2009/05/02/silkworm-game-written-in-haskell/#comment-27440</link>
		<dc:creator>Duane Johnson</dc:creator>
		<pubDate>Sat, 02 May 2009 20:50:05 +0000</pubDate>
		<guid isPermaLink="false">http://blog.inquirylabs.com/2009/05/02/silkworm-game-written-in-haskell/#comment-27440</guid>
		<description>@Martijn: Thanks!  With Don Stewart's help, I'm going to get it ready for hackage as well.  Stay posted :)</description>
		<content:encoded><![CDATA[<p>@Martijn: Thanks!  With Don Stewart&#8217;s help, I&#8217;m going to get it ready for hackage as well.  Stay posted <img src='http://blog.inquirylabs.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martijn</title>
		<link>http://blog.inquirylabs.com/2009/05/02/silkworm-game-written-in-haskell/#comment-27439</link>
		<dc:creator>Martijn</dc:creator>
		<pubDate>Sat, 02 May 2009 20:32:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.inquirylabs.com/2009/05/02/silkworm-game-written-in-haskell/#comment-27439</guid>
		<description>Hi Duane,

That's really cool. :-) Can you put it on hackage?

Martijn.</description>
		<content:encoded><![CDATA[<p>Hi Duane,</p>
<p>That&#8217;s really cool. <img src='http://blog.inquirylabs.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> Can you put it on hackage?</p>
<p>Martijn.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
