<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>V // Pixelnerve &#187; library</title>
	<atom:link href="http://www.pixelnerve.com/v/tag/library/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pixelnerve.com/v</link>
	<description></description>
	<lastBuildDate>Sun, 30 Oct 2011 23:43:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>MovieGL &#8211; Rendering movies with JOGL in Java/Processing</title>
		<link>http://www.pixelnerve.com/v/2009/10/28/moviegl-rendering-movies-with-jogl-in-javaprocessing/</link>
		<comments>http://www.pixelnerve.com/v/2009/10/28/moviegl-rendering-movies-with-jogl-in-javaprocessing/#comments</comments>
		<pubDate>Wed, 28 Oct 2009 21:17:57 +0000</pubDate>
		<dc:creator>victormartins</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Libraries]]></category>
		<category><![CDATA[Processing]]></category>
		<category><![CDATA[Source Code]]></category>
		<category><![CDATA[jogl]]></category>
		<category><![CDATA[library]]></category>
		<category><![CDATA[loader]]></category>
		<category><![CDATA[movie]]></category>
		<category><![CDATA[opengl]]></category>

		<guid isPermaLink="false">http://www.pixelnerve.com/v/?p=821</guid>
		<description><![CDATA[I have tested most of the libraries available for processing able to render video files, but i never was happy. Either it became slow, unstable or just crashing. I wanted something better, so i went looking into JMF (Java Media Framework). During my research i came across this Pirelenito&#8217;s website with a great example on [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">I have tested most of the libraries available for processing able to render video files, but i never was happy. Either it became slow, unstable or just crashing. I wanted something better, so i went looking into JMF (Java Media Framework).</p>
<p style="text-align: justify;">During my research i came across this <a href="http://blog.pirelenito.org/2008/08/java-movie-playback-jogl-fobs4jmf/" target="_blank">Pirelenito&#8217;s website</a> with a great example on using FOBS+JMF, exactly what i needed. So i  downloaded it and started working on it, putting into it a bit of myself.</p>
<p style="text-align: justify;">So here it is, a first pre-beta version of a library capable of rendering movie files (with sound) with Java/Processing without much effort.</p>
<p style="text-align: justify;">NOTE! I&#8217;m still having problems with a couple of codecs like DivX, Xvid, H264. It crashes on me when rendering some of these, but it works just fine for Mpeg4, PhotoJPEG, Cinepak. It isn&#8217;t perfect, but if you be careful and use the right format/codec it will go smooth. Meanwhile i will be working on a better version.</p>
<p style="text-align: justify;">Website: <a title="movieGL" href="http://www.pixelnerve.com/processing/libraries/moviegl" target="_blank">www.pixelnerve.com/processing/libraries/moviegl</a><br />
Library Package(s) at: :  <a title="MovieGL" href="http://code.google.com/p/victamin/downloads/list" target="_blank">http://code.google.com/p/victamin/downloads/list</a></p>
<p style="text-align: justify;">Have fun!</p>
<p style="text-align: justify;">
<p style="text-align: justify;">Credits goto <a href="http://blog.pirelenito.org/" target="_blank">Pirelenito</a>. Thanks for sharing.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pixelnerve.com/v/2009/10/28/moviegl-rendering-movies-with-jogl-in-javaprocessing/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>ObjImp+Mri3ds libraries @ processing.org</title>
		<link>http://www.pixelnerve.com/v/2009/08/25/objimpmri3ds-libraries-processing-org/</link>
		<comments>http://www.pixelnerve.com/v/2009/08/25/objimpmri3ds-libraries-processing-org/#comments</comments>
		<pubDate>Tue, 25 Aug 2009 08:11:00 +0000</pubDate>
		<dc:creator>victormartins</dc:creator>
				<category><![CDATA[Libraries]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Processing]]></category>
		<category><![CDATA[Source Code]]></category>
		<category><![CDATA[3ds]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[library]]></category>
		<category><![CDATA[loader]]></category>
		<category><![CDATA[obj]]></category>

		<guid isPermaLink="false">http://www.pixelnerve.com/v/?p=705</guid>
		<description><![CDATA[Hurray! ObjImp + Mri3ds libraries are now officially part of the Processing&#8217;s libraries page. That means more updates and bug fixes. ____________________________________________________________________ Mri3ds v1.2 has been released * Wrapper data structures moved into the library. * V3dsScene is now part of the library. Look at the examples on how to load a .3ds scene. ____________________________________________________________________ [...]]]></description>
			<content:encoded><![CDATA[<p>Hurray!</p>
<p><a title="ObjImp" href="http://www.pixelnerve.com/processing/libraries/objimport" target="_blank">ObjImp</a> + <a title="Mri3ds" href="http://www.pixelnerve.com/processing/libraries/mri3ds" target="_blank">Mri3ds</a> libraries are now officially part of the <a href="http://processing.org/reference/libraries/" target="_blank">Processing&#8217;s libraries page</a>.<br />
That means more updates and bug fixes.</p>
<p>____________________________________________________________________<br />
<span style="color: #888888;">Mri3ds v1.2</span> has been released<br />
* Wrapper data structures moved into the library.<br />
* V3dsScene is now part of the library. Look at the examples on how to load a .3ds scene.</p>
<p>____________________________________________________________________</p>
<p><span style="color: #888888;">ObjImp v1.1</span> has been released.<br />
* Wrapper data structures moved into the library.<br />
* ObjImpScene is now part of the library. Look at the examples on how to load a .obj scene.</p>
<p>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pixelnerve.com/v/2009/08/25/objimpmri3ds-libraries-processing-org/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Vitamin 0.5</title>
		<link>http://www.pixelnerve.com/v/2009/05/20/vitamin/</link>
		<comments>http://www.pixelnerve.com/v/2009/05/20/vitamin/#comments</comments>
		<pubDate>Wed, 20 May 2009 21:32:40 +0000</pubDate>
		<dc:creator>victormartins</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Processing]]></category>
		<category><![CDATA[framework]]></category>
		<category><![CDATA[library]]></category>
		<category><![CDATA[vitamin]]></category>

		<guid isPermaLink="false">http://www.pixelnerve.com/v/2009/05/20/vitamin/</guid>
		<description><![CDATA[If you ever wondered why the examples and/or source code in this page does not compile on its own, this is for you.  Meet Vitamin, download it, place it in the processing libraries folder and everything should be ok to run the examples from any of my work. Version 0.5: www.pixelnerve.com/downloads/processing/vitamin_0_5.zip]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">If you ever wondered why the examples and/or source code in this page does not compile on its own, this is for you.  Meet Vitamin, download it, place it in the processing libraries folder and everything should be ok to run the examples from any of my work.</p>
<p style="text-align: justify;">Version 0.5: <a title="Vitamin" href="http://www.pixelnerve.com/downloads/processing/vitamin_0_5.zip" target="_blank">www.pixelnerve.com/downloads/processing/vitamin_0_5.zip</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.pixelnerve.com/v/2009/05/20/vitamin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

