<?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 OMG! NUB!</title>
	<atom:link href="http://tape-worm.net/?feed=comments-rss2" rel="self" type="application/rss+xml" />
	<link>http://tape-worm.net</link>
	<description>Home of Gorgon - The 2D graphics library for .NET</description>
	<lastBuildDate>Tue, 23 Apr 2013 04:00:47 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>Comment on Custom render loop by GeorgZ</title>
		<link>http://tape-worm.net/?page_id=294&#038;cpage=1#comment-1019</link>
		<dc:creator>GeorgZ</dc:creator>
		<pubDate>Tue, 23 Apr 2013 04:00:47 +0000</pubDate>
		<guid isPermaLink="false">http://tape-worm.net/?page_id=294#comment-1019</guid>
		<description><![CDATA[You can restore the ability to get timing data by wrapping the meat of your game loop with a call to 

if ( Gorgon.FrameStats.Update())
            {
...
}
}

as long as you set the framerate limiter to 0 to avoid gorgon messing  up your own timings.]]></description>
		<content:encoded><![CDATA[<p>You can restore the ability to get timing data by wrapping the meat of your game loop with a call to </p>
<p>if ( Gorgon.FrameStats.Update())<br />
            {<br />
&#8230;<br />
}<br />
}</p>
<p>as long as you set the framerate limiter to 0 to avoid gorgon messing  up your own timings.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on .NET 4.5 &#8211; Visual Studio 2012 by Tape_Worm</title>
		<link>http://tape-worm.net/?p=536&#038;cpage=1#comment-679</link>
		<dc:creator>Tape_Worm</dc:creator>
		<pubDate>Sat, 01 Dec 2012 20:51:41 +0000</pubDate>
		<guid isPermaLink="false">http://tape-worm.net/?p=536#comment-679</guid>
		<description><![CDATA[Nope, Gorgon has no support for WPF.  It&#039;s open source however, so you can modify the library to use WPF if you wish.]]></description>
		<content:encoded><![CDATA[<p>Nope, Gorgon has no support for WPF.  It&#8217;s open source however, so you can modify the library to use WPF if you wish.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on .NET 4.5 &#8211; Visual Studio 2012 by hinst</title>
		<link>http://tape-worm.net/?p=536&#038;cpage=1#comment-675</link>
		<dc:creator>hinst</dc:creator>
		<pubDate>Sat, 01 Dec 2012 16:53:47 +0000</pubDate>
		<guid isPermaLink="false">http://tape-worm.net/?p=536#comment-675</guid>
		<description><![CDATA[Omg. Okay... I see
Please forgive me one more question:
is it possible to embed rendering surface of this engine on a Windows Presentation Foundation control?]]></description>
		<content:encoded><![CDATA[<p>Omg. Okay&#8230; I see<br />
Please forgive me one more question:<br />
is it possible to embed rendering surface of this engine on a Windows Presentation Foundation control?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on .NET 4.5 &#8211; Visual Studio 2012 by Tape_Worm</title>
		<link>http://tape-worm.net/?p=536&#038;cpage=1#comment-674</link>
		<dc:creator>Tape_Worm</dc:creator>
		<pubDate>Sat, 01 Dec 2012 15:28:48 +0000</pubDate>
		<guid isPermaLink="false">http://tape-worm.net/?p=536#comment-674</guid>
		<description><![CDATA[Version 2.0 in the SVN repository requires VS 2012 and .NET 4.5.   Version 1.0 in the SVN repository (which is the stable version) requires .NET 3.5 and Visual Studio 2010.]]></description>
		<content:encoded><![CDATA[<p>Version 2.0 in the SVN repository requires VS 2012 and .NET 4.5.   Version 1.0 in the SVN repository (which is the stable version) requires .NET 3.5 and Visual Studio 2010.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on .NET 4.5 &#8211; Visual Studio 2012 by hinst</title>
		<link>http://tape-worm.net/?p=536&#038;cpage=1#comment-673</link>
		<dc:creator>hinst</dc:creator>
		<pubDate>Sat, 01 Dec 2012 14:27:01 +0000</pubDate>
		<guid isPermaLink="false">http://tape-worm.net/?p=536#comment-673</guid>
		<description><![CDATA[does the version from your public svn repository require Microsoft Visual Vtudio 2012 or Microsoft .net 4.5 ?]]></description>
		<content:encoded><![CDATA[<p>does the version from your public svn repository require Microsoft Visual Vtudio 2012 or Microsoft .net 4.5 ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A tutorial by ShadowDust702 by Tape_Worm</title>
		<link>http://tape-worm.net/?page_id=238&#038;cpage=1#comment-604</link>
		<dc:creator>Tape_Worm</dc:creator>
		<pubDate>Mon, 22 Oct 2012 04:00:15 +0000</pubDate>
		<guid isPermaLink="false">http://tape-worm.net/?page_id=238#comment-604</guid>
		<description><![CDATA[Yeah, I kind of guessed locale might be the root of the issue.  Unfortunately, I don&#039;t have the time to mess with the way the installer does its detection, so it&#039;ll have to stay that way for the time being.  For the next version of Gorgon I plan on scrapping the installer outright because of stuff like that and because there&#039;s really nothing that I&#039;m using that needs to be registered system wide (plus it&#039;s a real pain in the ass to maintain the installer scripts).

Regardless, I&#039;m glad you got it working.

As for wondering if it&#039;ll actually work:  Yeah, it should be fine.  I can&#039;t imagine why it wouldn&#039;t (assuming you&#039;ve got the correct SlimDX version installed) since it really doesn&#039;t do anything other than copy the binaries and source to the location you specify and set up the Start Menu folders/icons.  The only thing that might go south is the installation into the GAC (assuming you chose that option, I wouldn&#039;t, it&#039;s really not that handy), but again, I can&#039;t really see any reason why that&#039;d fail either.

Would you be so kind as to post your findings on that forum thread for me?  That would help solve confusion in the future for other users.]]></description>
		<content:encoded><![CDATA[<p>Yeah, I kind of guessed locale might be the root of the issue.  Unfortunately, I don&#8217;t have the time to mess with the way the installer does its detection, so it&#8217;ll have to stay that way for the time being.  For the next version of Gorgon I plan on scrapping the installer outright because of stuff like that and because there&#8217;s really nothing that I&#8217;m using that needs to be registered system wide (plus it&#8217;s a real pain in the ass to maintain the installer scripts).</p>
<p>Regardless, I&#8217;m glad you got it working.</p>
<p>As for wondering if it&#8217;ll actually work:  Yeah, it should be fine.  I can&#8217;t imagine why it wouldn&#8217;t (assuming you&#8217;ve got the correct SlimDX version installed) since it really doesn&#8217;t do anything other than copy the binaries and source to the location you specify and set up the Start Menu folders/icons.  The only thing that might go south is the installation into the GAC (assuming you chose that option, I wouldn&#8217;t, it&#8217;s really not that handy), but again, I can&#8217;t really see any reason why that&#8217;d fail either.</p>
<p>Would you be so kind as to post your findings on that forum thread for me?  That would help solve confusion in the future for other users.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A tutorial by ShadowDust702 by Isk</title>
		<link>http://tape-worm.net/?page_id=238&#038;cpage=1#comment-603</link>
		<dc:creator>Isk</dc:creator>
		<pubDate>Sun, 21 Oct 2012 21:56:59 +0000</pubDate>
		<guid isPermaLink="false">http://tape-worm.net/?page_id=238#comment-603</guid>
		<description><![CDATA[I finally managed to install Gorgon - not sure if works;&gt;
But ur installer doesnt work right.
Quote from forum:
&quot;The registry key that the installer looks at is (under HKEY_LOCAL_MACHINE):
SOFTWARE\Microsoft\NET Framework Setup\NDP\v3.5\1033

And that should have a DWORD entry called &quot;SP&quot; and the value for the entry should be 1 if it&#039;s for .NET 3.5 SP1. &quot;

And thats right only for english version of windows. For different lang, keys looking diffrent.
In polish version its:
SOFTWARE\Microsoft\NET Framework\Setup\NDP\v3.5\1045

I guess 1033/1045 its LCID - check here http://msdn.microsoft.com/en-us/goglobal/bb964664.aspx

Not a big issue. Can be solved by making keys, values in registry, or modifying instaler to work with all lang version :)

Thanks for help - i will check your lib later:)]]></description>
		<content:encoded><![CDATA[<p>I finally managed to install Gorgon &#8211; not sure if works;&gt;<br />
But ur installer doesnt work right.<br />
Quote from forum:<br />
&#8220;The registry key that the installer looks at is (under HKEY_LOCAL_MACHINE):<br />
SOFTWARE\Microsoft\NET Framework Setup\NDP\v3.5\1033</p>
<p>And that should have a DWORD entry called &#8220;SP&#8221; and the value for the entry should be 1 if it&#8217;s for .NET 3.5 SP1. &#8221;</p>
<p>And thats right only for english version of windows. For different lang, keys looking diffrent.<br />
In polish version its:<br />
SOFTWARE\Microsoft\NET Framework\Setup\NDP\v3.5\1045</p>
<p>I guess 1033/1045 its LCID &#8211; check here <a href="http://msdn.microsoft.com/en-us/goglobal/bb964664.aspx" rel="nofollow">http://msdn.microsoft.com/en-us/goglobal/bb964664.aspx</a></p>
<p>Not a big issue. Can be solved by making keys, values in registry, or modifying instaler to work with all lang version <img src='http://tape-worm.net/wblog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Thanks for help &#8211; i will check your lib later:)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A tutorial by ShadowDust702 by Tape_Worm</title>
		<link>http://tape-worm.net/?page_id=238&#038;cpage=1#comment-601</link>
		<dc:creator>Tape_Worm</dc:creator>
		<pubDate>Sun, 21 Oct 2012 21:18:24 +0000</pubDate>
		<guid isPermaLink="false">http://tape-worm.net/?page_id=238#comment-601</guid>
		<description><![CDATA[You may not have .NET 3.5 SP1 installed. Otherwise, there’s something messed up with your .NET 3.5 install.

This was brought up on the forums before if I recall, but I can’t remember if it was resolved or not. You’ll have to look there to see what the specifics are.

Beyond that, I don’t know what causes the issue, nor do I know how to fix it as I’ve never been able to reproduce it.

Alternatively you can use the subversion repository and download the source code for Gorgon and then compile it.]]></description>
		<content:encoded><![CDATA[<p>You may not have .NET 3.5 SP1 installed. Otherwise, there’s something messed up with your .NET 3.5 install.</p>
<p>This was brought up on the forums before if I recall, but I can’t remember if it was resolved or not. You’ll have to look there to see what the specifics are.</p>
<p>Beyond that, I don’t know what causes the issue, nor do I know how to fix it as I’ve never been able to reproduce it.</p>
<p>Alternatively you can use the subversion repository and download the source code for Gorgon and then compile it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A tutorial by ShadowDust702 by Isk</title>
		<link>http://tape-worm.net/?page_id=238&#038;cpage=1#comment-599</link>
		<dc:creator>Isk</dc:creator>
		<pubDate>Sun, 21 Oct 2012 20:15:53 +0000</pubDate>
		<guid isPermaLink="false">http://tape-worm.net/?page_id=238#comment-599</guid>
		<description><![CDATA[Hi. I try to install Gorgon but everytime ive got an error: &quot;.net 3.5 SP1 is required by Gorgon but was not found&quot;. I have win 7 x64 and VS 2008 so i guess i have .net 3.5 too. Ive tried copule times to reinstall .net but that was not fun and always ended on reinstall windows ;( Any idea how to fix this?]]></description>
		<content:encoded><![CDATA[<p>Hi. I try to install Gorgon but everytime ive got an error: &#8220;.net 3.5 SP1 is required by Gorgon but was not found&#8221;. I have win 7 x64 and VS 2008 so i guess i have .net 3.5 too. Ive tried copule times to reinstall .net but that was not fun and always ended on reinstall windows ;( Any idea how to fix this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Windows 8 by Tape_Worm</title>
		<link>http://tape-worm.net/?p=522&#038;cpage=1#comment-581</link>
		<dc:creator>Tape_Worm</dc:creator>
		<pubDate>Sat, 01 Sep 2012 15:12:10 +0000</pubDate>
		<guid isPermaLink="false">http://tape-worm.net/?p=522#comment-581</guid>
		<description><![CDATA[I have taken time to play around with it, I use it as my primary OS.  I tried to find &quot;My Documents&quot; the other day so I could open an Excel spreadsheet.   This is something I do on near daily basis and it was so simple with the Start Menu.  Click on the Start button, click/hover over documents click document.  Dead simple.  Metro was, go to start screen, start typing... wait I can&#039;t find it... type again... eventually find it... then it opens an explorer window and only then I can find my Excel document.   That&#039;s a step backwards imo.

Yeah, I won&#039;t be coding for Win RT anytime soon.  I have 0 desire to even bother with it.  I make my money doing desktop applications, and that won&#039;t be going away anytime soon.   In fact, if I tried to make the businesses that I do my work for update to Win 8, they&#039;d probably laugh me out of the building.  And, unfortunately, for Microsoft, enterprise stuff is their bread and butter and Win 8 won&#039;t be taken seriously in the enterprise (hell I&#039;ve seen companies stick with Windows 2000 even right up until Vista).  

I made the groupings, they aren&#039;t anywhere near as good as having folders, and their search is horrible compared to Windows 7.

There&#039;s nice things and really stupid things in Windows 8.  Metro falls into the latter.]]></description>
		<content:encoded><![CDATA[<p>I have taken time to play around with it, I use it as my primary OS.  I tried to find &#8220;My Documents&#8221; the other day so I could open an Excel spreadsheet.   This is something I do on near daily basis and it was so simple with the Start Menu.  Click on the Start button, click/hover over documents click document.  Dead simple.  Metro was, go to start screen, start typing&#8230; wait I can&#8217;t find it&#8230; type again&#8230; eventually find it&#8230; then it opens an explorer window and only then I can find my Excel document.   That&#8217;s a step backwards imo.</p>
<p>Yeah, I won&#8217;t be coding for Win RT anytime soon.  I have 0 desire to even bother with it.  I make my money doing desktop applications, and that won&#8217;t be going away anytime soon.   In fact, if I tried to make the businesses that I do my work for update to Win 8, they&#8217;d probably laugh me out of the building.  And, unfortunately, for Microsoft, enterprise stuff is their bread and butter and Win 8 won&#8217;t be taken seriously in the enterprise (hell I&#8217;ve seen companies stick with Windows 2000 even right up until Vista).  </p>
<p>I made the groupings, they aren&#8217;t anywhere near as good as having folders, and their search is horrible compared to Windows 7.</p>
<p>There&#8217;s nice things and really stupid things in Windows 8.  Metro falls into the latter.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Windows 8 by AlexKven</title>
		<link>http://tape-worm.net/?p=522&#038;cpage=1#comment-580</link>
		<dc:creator>AlexKven</dc:creator>
		<pubDate>Fri, 31 Aug 2012 23:57:44 +0000</pubDate>
		<guid isPermaLink="false">http://tape-worm.net/?p=522#comment-580</guid>
		<description><![CDATA[I&#039;m sad you feel that way about &quot;this metro thing.&quot; It&#039;s actually a very beautiful metro thing. Take some time to play around with it. It really is fast and fluid, and fullscreen makes sense because we usually maximize our applications anyway. That said,whether or not you want to, you really should make yourself at home with Metro because in Windows RT (For ARM devices), Microsoft won&#039;t allow non-Microsoft applications to run on the desktop, but third party Metro apps will work. I think this is a big mistake, but on the other hand, such a PC will be practically free of malware considering the strict metro app requirements.
And for the start screen, a good way to use it is to make logical groupings, i.e., utilities like calculator in the first group, games in the second, and whatever you like after that. You can still search by typing, too.]]></description>
		<content:encoded><![CDATA[<p>I&#8217;m sad you feel that way about &#8220;this metro thing.&#8221; It&#8217;s actually a very beautiful metro thing. Take some time to play around with it. It really is fast and fluid, and fullscreen makes sense because we usually maximize our applications anyway. That said,whether or not you want to, you really should make yourself at home with Metro because in Windows RT (For ARM devices), Microsoft won&#8217;t allow non-Microsoft applications to run on the desktop, but third party Metro apps will work. I think this is a big mistake, but on the other hand, such a PC will be practically free of malware considering the strict metro app requirements.<br />
And for the start screen, a good way to use it is to make logical groupings, i.e., utilities like calculator in the first group, games in the second, and whatever you like after that. You can still search by typing, too.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Gorgon &#8211; 1.1.4529.31450 by Ravl</title>
		<link>http://tape-worm.net/?p=497&#038;cpage=1#comment-493</link>
		<dc:creator>Ravl</dc:creator>
		<pubDate>Wed, 06 Jun 2012 08:52:00 +0000</pubDate>
		<guid isPermaLink="false">http://tape-worm.net/?p=497#comment-493</guid>
		<description><![CDATA[Nice one. I mean for the GSound lib. Hope will work fine.]]></description>
		<content:encoded><![CDATA[<p>Nice one. I mean for the GSound lib. Hope will work fine.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A tutorial by ShadowDust702 by Tape_Worm</title>
		<link>http://tape-worm.net/?page_id=238&#038;cpage=1#comment-444</link>
		<dc:creator>Tape_Worm</dc:creator>
		<pubDate>Sun, 29 Apr 2012 12:35:00 +0000</pubDate>
		<guid isPermaLink="false">http://tape-worm.net/?page_id=238#comment-444</guid>
		<description><![CDATA[Yes, you&#039;re right.  It&#039;s fixed.]]></description>
		<content:encoded><![CDATA[<p>Yes, you&#8217;re right.  It&#8217;s fixed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A tutorial by ShadowDust702 by Tape_Worm</title>
		<link>http://tape-worm.net/?page_id=238&#038;cpage=1#comment-443</link>
		<dc:creator>Tape_Worm</dc:creator>
		<pubDate>Sun, 29 Apr 2012 12:33:00 +0000</pubDate>
		<guid isPermaLink="false">http://tape-worm.net/?page_id=238#comment-443</guid>
		<description><![CDATA[Yes]]></description>
		<content:encoded><![CDATA[<p>Yes</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Gorgon v1.x &#8211; Visual Studio 2010 by Tape_Worm</title>
		<link>http://tape-worm.net/?p=367&#038;cpage=1#comment-442</link>
		<dc:creator>Tape_Worm</dc:creator>
		<pubDate>Sun, 29 Apr 2012 12:32:23 +0000</pubDate>
		<guid isPermaLink="false">http://tape-worm.net/?p=367#comment-442</guid>
		<description><![CDATA[Yep.  You only require VS 2010 if you want to recompile Gorgon.]]></description>
		<content:encoded><![CDATA[<p>Yep.  You only require VS 2010 if you want to recompile Gorgon.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
