<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.0.5" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: PhysX Demo</title>
	<link>http://www.ps3blog.net/2006/03/30/physx-demo/</link>
	<description>PS3 News and Views</description>
	<pubDate>Wed, 03 Dec 2008 07:20:21 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.5</generator>

	<item>
		<title>by: Henning</title>
		<link>http://www.ps3blog.net/2006/03/30/physx-demo/#comment-1808</link>
		<pubDate>Fri, 31 Mar 2006 16:06:45 +0000</pubDate>
		<guid>http://www.ps3blog.net/2006/03/30/physx-demo/#comment-1808</guid>
					<description>As to whether or not it benefits gameplay? It depends on how developers use it. But I think that anything that makes environments more immersive would be great. 

Last night I was playing GRAW, and my friend Steve was hiding out behind a create. It would have been great fun to kick the crate and have it push Steve into the water!</description>
		<content:encoded><![CDATA[<p>As to whether or not it benefits gameplay? It depends on how developers use it. But I think that anything that makes environments more immersive would be great. </p>
<p>Last night I was playing GRAW, and my friend Steve was hiding out behind a create. It would have been great fun to kick the crate and have it push Steve into the water!
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Henning</title>
		<link>http://www.ps3blog.net/2006/03/30/physx-demo/#comment-1807</link>
		<pubDate>Fri, 31 Mar 2006 16:05:02 +0000</pubDate>
		<guid>http://www.ps3blog.net/2006/03/30/physx-demo/#comment-1807</guid>
					<description>Actually, I think PhysX is available for Xbox 360 developers too. I can't remember off hand where I read that, so take it with a grain of salt! I'm, oh, 60% sure I guess. :)

As well, I'm 95% pretty sure that Havok is also available to PS3 developers.</description>
		<content:encoded><![CDATA[<p>Actually, I think PhysX is available for Xbox 360 developers too. I can&#8217;t remember off hand where I read that, so take it with a grain of salt! I&#8217;m, oh, 60% sure I guess. <img src='http://www.ps3blog.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>As well, I&#8217;m 95% pretty sure that Havok is also available to PS3 developers.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Black Guy</title>
		<link>http://www.ps3blog.net/2006/03/30/physx-demo/#comment-1806</link>
		<pubDate>Fri, 31 Mar 2006 16:01:26 +0000</pubDate>
		<guid>http://www.ps3blog.net/2006/03/30/physx-demo/#comment-1806</guid>
					<description>Physics libraries have been around for a long time; this is nothing new. What is unique is the hardware solution provided by the Physx libraries. I'm curious but I'm a little reserved on this thing though. Can it actually benefit gameplay? iSaw a comparison video of GRAW explosions running w/ and w/o the add-in card. W/o the add-in card the explosions were pretty weak but w/ it, they looked more convincing. iAlso noticed that it looked exactly like the explosions in the X360 version of GRAW. iDon't know if Physx is available for X360 developer but clearly the system is very good @ physics calculations as well if the video iSaw was any indication. iTHink the X360 dev use havok, a competing library.

Anyway, from what iRead, iSeems like this will b more of a visual thing that something that will fundamentally improve the dynamics of gameplay. That could change but iCheck it out on my friend's computer 1st.  He always gets the latest toys and I'm sure he'll buy this.</description>
		<content:encoded><![CDATA[<p>Physics libraries have been around for a long time; this is nothing new. What is unique is the hardware solution provided by the Physx libraries. I&#8217;m curious but I&#8217;m a little reserved on this thing though. Can it actually benefit gameplay? iSaw a comparison video of GRAW explosions running w/ and w/o the add-in card. W/o the add-in card the explosions were pretty weak but w/ it, they looked more convincing. iAlso noticed that it looked exactly like the explosions in the X360 version of GRAW. iDon&#8217;t know if Physx is available for X360 developer but clearly the system is very good @ physics calculations as well if the video iSaw was any indication. iTHink the X360 dev use havok, a competing library.</p>
<p>Anyway, from what iRead, iSeems like this will b more of a visual thing that something that will fundamentally improve the dynamics of gameplay. That could change but iCheck it out on my friend&#8217;s computer 1st.  He always gets the latest toys and I&#8217;m sure he&#8217;ll buy this.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Henning</title>
		<link>http://www.ps3blog.net/2006/03/30/physx-demo/#comment-1801</link>
		<pubDate>Fri, 31 Mar 2006 14:41:08 +0000</pubDate>
		<guid>http://www.ps3blog.net/2006/03/30/physx-demo/#comment-1801</guid>
					<description>The PhysX library is a bunch of software. Game developers, when they write the software for their game, can tap into the PhysX software to do physics stuff. On a PC, the PhysX software knows all about the PhysX hardware card, and gets the hardware card to do all its dirty work.

In the case of the PS3, the PhysX software library has been modified. Instead of talking to the PhysX hardware card to do the dirty work, it gets the Cell processor to do the dirty work. The Cell is very good at this kind of thing (much better than a general purpose processor like the Pentium).

So to a programmer, they just have to use the PhysX software library, and it will do the rest. A programmer who knows how to use PhysX on the PC will probably know almost everything he needs to know to do the same thing for the PS3.</description>
		<content:encoded><![CDATA[<p>The PhysX library is a bunch of software. Game developers, when they write the software for their game, can tap into the PhysX software to do physics stuff. On a PC, the PhysX software knows all about the PhysX hardware card, and gets the hardware card to do all its dirty work.</p>
<p>In the case of the PS3, the PhysX software library has been modified. Instead of talking to the PhysX hardware card to do the dirty work, it gets the Cell processor to do the dirty work. The Cell is very good at this kind of thing (much better than a general purpose processor like the Pentium).</p>
<p>So to a programmer, they just have to use the PhysX software library, and it will do the rest. A programmer who knows how to use PhysX on the PC will probably know almost everything he needs to know to do the same thing for the PS3.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Michael</title>
		<link>http://www.ps3blog.net/2006/03/30/physx-demo/#comment-1800</link>
		<pubDate>Fri, 31 Mar 2006 14:34:51 +0000</pubDate>
		<guid>http://www.ps3blog.net/2006/03/30/physx-demo/#comment-1800</guid>
					<description>Henning, please elaborate. How can the ps3 have physX abilities without the card? Also, its been said that the physX (card) when run on a pc can free up with cpu and gpu by something like 40%, so more things can be pulled off.  Can the same performance increase be accomplished by just running physX code on the ps3?</description>
		<content:encoded><![CDATA[<p>Henning, please elaborate. How can the ps3 have physX abilities without the card? Also, its been said that the physX (card) when run on a pc can free up with cpu and gpu by something like 40%, so more things can be pulled off.  Can the same performance increase be accomplished by just running physX code on the ps3?
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Henning</title>
		<link>http://www.ps3blog.net/2006/03/30/physx-demo/#comment-1799</link>
		<pubDate>Fri, 31 Mar 2006 12:42:15 +0000</pubDate>
		<guid>http://www.ps3blog.net/2006/03/30/physx-demo/#comment-1799</guid>
					<description>Whoa guys, that's not what's being said!!! :)

This is what's being said: the PhysX library of computer code was originally meant to run on a hardware PhysX card. They ported the library to the Cell processor, and now it runs on the Cell. And it runs quite well.</description>
		<content:encoded><![CDATA[<p>Whoa guys, that&#8217;s not what&#8217;s being said!!! <img src='http://www.ps3blog.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>This is what&#8217;s being said: the PhysX library of computer code was originally meant to run on a hardware PhysX card. They ported the library to the Cell processor, and now it runs on the Cell. And it runs quite well.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Project51</title>
		<link>http://www.ps3blog.net/2006/03/30/physx-demo/#comment-1797</link>
		<pubDate>Fri, 31 Mar 2006 10:41:39 +0000</pubDate>
		<guid>http://www.ps3blog.net/2006/03/30/physx-demo/#comment-1797</guid>
					<description>PhysX Hardware in PS3 !?

What !?  PS3 will have hardware PhysX !?  I still don't have X360... but if PS3 will have that thing... then I'll get PS3 for sure.</description>
		<content:encoded><![CDATA[<p>PhysX Hardware in PS3 !?</p>
<p>What !?  PS3 will have hardware PhysX !?  I still don&#8217;t have X360&#8230; but if PS3 will have that thing&#8230; then I&#8217;ll get PS3 for sure.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Michael</title>
		<link>http://www.ps3blog.net/2006/03/30/physx-demo/#comment-1794</link>
		<pubDate>Fri, 31 Mar 2006 05:16:44 +0000</pubDate>
		<guid>http://www.ps3blog.net/2006/03/30/physx-demo/#comment-1794</guid>
					<description>So, the PhysX card will be in the ps3? That is totally awesome, but by having an unexpected card in there that retails fro $300, we can now say for sure that that ps3 will be expensive, which isn't nessarily a bad thing for what we are getting; the ps3 is totally going to be awesome. When I saw the PhysX card in action, I was disappointed cuz I thought that the ps3 had already been beaten before it even had the honor of launching, then to my amazement, I find out that the ps3 will have a dedicated physics card. This is really going to be a monster of a machine- I mean like bosses on God of Wat big.</description>
		<content:encoded><![CDATA[<p>So, the PhysX card will be in the ps3? That is totally awesome, but by having an unexpected card in there that retails fro $300, we can now say for sure that that ps3 will be expensive, which isn&#8217;t nessarily a bad thing for what we are getting; the ps3 is totally going to be awesome. When I saw the PhysX card in action, I was disappointed cuz I thought that the ps3 had already been beaten before it even had the honor of launching, then to my amazement, I find out that the ps3 will have a dedicated physics card. This is really going to be a monster of a machine- I mean like bosses on God of Wat big.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Vitor</title>
		<link>http://www.ps3blog.net/2006/03/30/physx-demo/#comment-1784</link>
		<pubDate>Thu, 30 Mar 2006 14:41:38 +0000</pubDate>
		<guid>http://www.ps3blog.net/2006/03/30/physx-demo/#comment-1784</guid>
					<description>Exciting, exciting! The physics look amazing. Makes you really anxious to see a FPS using this!</description>
		<content:encoded><![CDATA[<p>Exciting, exciting! The physics look amazing. Makes you really anxious to see a FPS using this!
</p>
]]></content:encoded>
				</item>
</channel>
</rss>
