<?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 on: Do it with style!</title>
	<atom:link href="http://macslow.net/?feed=rss2&#038;p=150" rel="self" type="application/rss+xml" />
	<link>http://macslow.net/?p=150</link>
	<description>stuff happening on macslow.net</description>
	<pubDate>Sat, 31 Jul 2010 22:25:22 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: reaping one</title>
		<link>http://macslow.net/?p=150&#038;cpage=1#comment-36214</link>
		<dc:creator>reaping one</dc:creator>
		<pubDate>Thu, 24 Jan 2008 00:16:56 +0000</pubDate>
		<guid isPermaLink="false">http://macslow.thepimp.net/?p=150#comment-36214</guid>
		<description>hi, first of all I'd like to say awesome work there, I'm currently writing a media center for linux using pygtk and glade and have been thinking of implementing an opengl renderer to use transitions for those who have hardware acceleration, and have been looking at using clutter to do this, but when I saw this demo i thought this would be perfect and would save me so much time as i can use my existing glade interface and push widgets offscreen, and all the widgets i want to use transitions on are in eventboxes anyway. So i guess the biggest question is have you releases the sources for this yet? and if so I saw that you were going to do it through launchpad, I have never used that before and was wondering how i access your project?

many thanks for any advice, and keep up the awesome work you are a legend</description>
		<content:encoded><![CDATA[<p>hi, first of all I&#8217;d like to say awesome work there, I&#8217;m currently writing a media center for linux using pygtk and glade and have been thinking of implementing an opengl renderer to use transitions for those who have hardware acceleration, and have been looking at using clutter to do this, but when I saw this demo i thought this would be perfect and would save me so much time as i can use my existing glade interface and push widgets offscreen, and all the widgets i want to use transitions on are in eventboxes anyway. So i guess the biggest question is have you releases the sources for this yet? and if so I saw that you were going to do it through launchpad, I have never used that before and was wondering how i access your project?</p>
<p>many thanks for any advice, and keep up the awesome work you are a legend</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tanja Short</title>
		<link>http://macslow.net/?p=150&#038;cpage=1#comment-32386</link>
		<dc:creator>Tanja Short</dc:creator>
		<pubDate>Tue, 18 Dec 2007 15:39:47 +0000</pubDate>
		<guid isPermaLink="false">http://macslow.thepimp.net/?p=150#comment-32386</guid>
		<description>Great art. Can't wait to see it in stable condition to use on my box.
This kind of software will surely change how humans and computers interact.</description>
		<content:encoded><![CDATA[<p>Great art. Can&#8217;t wait to see it in stable condition to use on my box.<br />
This kind of software will surely change how humans and computers interact.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: elvyse</title>
		<link>http://macslow.net/?p=150&#038;cpage=1#comment-32287</link>
		<dc:creator>elvyse</dc:creator>
		<pubDate>Mon, 17 Dec 2007 20:53:06 +0000</pubDate>
		<guid isPermaLink="false">http://macslow.thepimp.net/?p=150#comment-32287</guid>
		<description>Jet Set Radio Future for the win! :)</description>
		<content:encoded><![CDATA[<p>Jet Set Radio Future for the win! <img src='http://macslow.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gord allott</title>
		<link>http://macslow.net/?p=150&#038;cpage=1#comment-32051</link>
		<dc:creator>gord allott</dc:creator>
		<pubDate>Sat, 15 Dec 2007 17:20:35 +0000</pubDate>
		<guid isPermaLink="false">http://macslow.thepimp.net/?p=150#comment-32051</guid>
		<description>I am all for modernisation of gui toolkits, but i have to ask, what about the lowley people who don\'t have graphics card acceleration? i would be concerned about coding anything like this if it did not have an implicit fallback mode for people who don\'t have the requirements, such as no animation but same functionality.</description>
		<content:encoded><![CDATA[<p>I am all for modernisation of gui toolkits, but i have to ask, what about the lowley people who don\&#8217;t have graphics card acceleration? i would be concerned about coding anything like this if it did not have an implicit fallback mode for people who don\&#8217;t have the requirements, such as no animation but same functionality.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MacSlow</title>
		<link>http://macslow.net/?p=150&#038;cpage=1#comment-32002</link>
		<dc:creator>MacSlow</dc:creator>
		<pubDate>Fri, 14 Dec 2007 21:38:41 +0000</pubDate>
		<guid isPermaLink="false">http://macslow.thepimp.net/?p=150#comment-32002</guid>
		<description>@ Lucas: Well the examples are about 2000 lines of code. Of those 2000 lines 1100 are GL-code, which is boiler-plate to get the usual things going. I could strip it down further... certainly. The gtk+-related code is just  a few lines. I think getting this into gtk+ and create a patch for upstream would be a very nice thing indeed!

@ Radek: I use a combination of xvidcap 1.1.6, ImageMagick (convert) and gstreamer (gst-launch-0.10).

@ Jon: Pah, who cares for version-numbers :)

@ mike: Wow... what can I say.

@ rcaree: Hehe, you're welcome!

@ Henrique: For the approach I use, one does not need a composited desktop. Put differently, compiz does not need to be running. Only a working GLX_EXT_texture_from_pixmap implementation in your graphics-driver is needed.</description>
		<content:encoded><![CDATA[<p>@ Lucas: Well the examples are about 2000 lines of code. Of those 2000 lines 1100 are GL-code, which is boiler-plate to get the usual things going. I could strip it down further&#8230; certainly. The gtk+-related code is just  a few lines. I think getting this into gtk+ and create a patch for upstream would be a very nice thing indeed!</p>
<p>@ Radek: I use a combination of xvidcap 1.1.6, ImageMagick (convert) and gstreamer (gst-launch-0.10).</p>
<p>@ Jon: Pah, who cares for version-numbers <img src='http://macslow.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>@ mike: Wow&#8230; what can I say.</p>
<p>@ rcaree: Hehe, you&#8217;re welcome!</p>
<p>@ Henrique: For the approach I use, one does not need a composited desktop. Put differently, compiz does not need to be running. Only a working GLX_EXT_texture_from_pixmap implementation in your graphics-driver is needed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Henrique</title>
		<link>http://macslow.net/?p=150&#038;cpage=1#comment-32001</link>
		<dc:creator>Henrique</dc:creator>
		<pubDate>Fri, 14 Dec 2007 20:15:35 +0000</pubDate>
		<guid isPermaLink="false">http://macslow.thepimp.net/?p=150#comment-32001</guid>
		<description>Wow. Looks like a lot of fun MacSlow! ;)

I hope this can make its way upstream, surely a lot of apps can do nice new tricks with this. Any idea how those widgets can behave when compositing is not available (like a &#34;go in legacy&#34; mode)?</description>
		<content:encoded><![CDATA[<p>Wow. Looks like a lot of fun MacSlow! <img src='http://macslow.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>I hope this can make its way upstream, surely a lot of apps can do nice new tricks with this. Any idea how those widgets can behave when compositing is not available (like a &quot;go in legacy&quot; mode)?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rcaree</title>
		<link>http://macslow.net/?p=150&#038;cpage=1#comment-31948</link>
		<dc:creator>rcaree</dc:creator>
		<pubDate>Thu, 13 Dec 2007 21:18:50 +0000</pubDate>
		<guid isPermaLink="false">http://macslow.thepimp.net/?p=150#comment-31948</guid>
		<description>Congratulaitons !!!!!!!!! Great Job !!!! Thanks !!!</description>
		<content:encoded><![CDATA[<p>Congratulaitons !!!!!!!!! Great Job !!!! Thanks !!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mike</title>
		<link>http://macslow.net/?p=150&#038;cpage=1#comment-31940</link>
		<dc:creator>mike</dc:creator>
		<pubDate>Thu, 13 Dec 2007 13:22:11 +0000</pubDate>
		<guid isPermaLink="false">http://macslow.thepimp.net/?p=150#comment-31940</guid>
		<description>The only thing I can say: You really know what you're doing!

Creating such wonderful things on your own really gives you my complete respect.</description>
		<content:encoded><![CDATA[<p>The only thing I can say: You really know what you&#8217;re doing!</p>
<p>Creating such wonderful things on your own really gives you my complete respect.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ll</title>
		<link>http://macslow.net/?p=150&#038;cpage=1#comment-31938</link>
		<dc:creator>ll</dc:creator>
		<pubDate>Thu, 13 Dec 2007 12:42:11 +0000</pubDate>
		<guid isPermaLink="false">http://macslow.thepimp.net/?p=150#comment-31938</guid>
		<description>That second demo was hot! The murrine theme screens too.</description>
		<content:encoded><![CDATA[<p>That second demo was hot! The murrine theme screens too.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Cooper</title>
		<link>http://macslow.net/?p=150&#038;cpage=1#comment-31924</link>
		<dc:creator>Jon Cooper</dc:creator>
		<pubDate>Thu, 13 Dec 2007 11:19:28 +0000</pubDate>
		<guid isPermaLink="false">http://macslow.thepimp.net/?p=150#comment-31924</guid>
		<description>We have libsexy, now we need libmacslowisagod .... maybe even make it part of the platform! :)

Also, Murrine is looking AWESOME. So much cool stuff, and not even a platform &#34;bump&#34; to 4.0 in sight ;)</description>
		<content:encoded><![CDATA[<p>We have libsexy, now we need libmacslowisagod &#8230;. maybe even make it part of the platform! <img src='http://macslow.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Also, Murrine is looking AWESOME. So much cool stuff, and not even a platform &quot;bump&quot; to 4.0 in sight <img src='http://macslow.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
