<?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>openSourceVFX.org &#187; animation</title>
	<atom:link href="http://opensourcevfx.org/tag/animation/feed/" rel="self" type="application/rss+xml" />
	<link>http://opensourcevfx.org</link>
	<description>A directory of Open-Source projects for the VFX community</description>
	<lastBuildDate>Thu, 03 May 2012 06:25:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>SeExpr</title>
		<link>http://opensourcevfx.org/2011/07/seexpr/</link>
		<comments>http://opensourcevfx.org/2011/07/seexpr/#comments</comments>
		<pubDate>Fri, 08 Jul 2011 15:07:41 +0000</pubDate>
		<dc:creator>Philippe Leprince</dc:creator>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[animation]]></category>
		<category><![CDATA[c++]]></category>
		<category><![CDATA[image-processing]]></category>
		<category><![CDATA[math]]></category>
		<category><![CDATA[texture]]></category>

		<guid isPermaLink="false">http://opensourcevfx.org/?p=584</guid>
		<description><![CDATA[Arithmetic expressions appear in almost every animation system ever created. Being able to embed an expression language in a piece of custom software allows an amazing degree of artistic freedom. At Disney artists have enjoyed using expressions because they allow just enough flexibility without being overwhelming to non-programmer users. Developers have enjoyed them too for [...]
<p class='projectfields'><strong>Home Page</strong>: <a href='http://www.disneyanimation.com/technology/seexpr.html'>http://www.disneyanimation.com/technology/seexpr.html</a><br/><strong>Project Page</strong>: <a href='http://github.com/wdas/seexpr/'>http://github.com/wdas/seexpr/</a><br/><strong>Language</strong>: C++<br/><strong>Platform</strong>: Linux, OSX, Windows<br/><strong>License</strong>: New BSD<br/><strong>Sponsor</strong>: Walt Disney Animation Studios<br/></p>]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">Arithmetic expressions appear in almost every animation system ever created. Being able to embed an expression language in a piece of custom software allows an amazing degree of artistic freedom. At Disney artists have enjoyed using expressions because they allow just enough flexibility without being overwhelming to non-programmer users. Developers have enjoyed them too for quick prototyping and deployment of fixes to production needs.</p>
<h2>History</h2>
<p style="text-align: justify;">At Disney there have been various expression languages. SeExpr started as a language for our procedural geometry instancing tool, XGen. Work was done to generalize it into something that could be used in other contexts. Later it was integrated into paint3d, our texture painting facility, which opened the door to procedural synthesis. More recently, we have integrated it as a way of defining procedural controls to physical dynamical simulations and render time particle instancing.</p>
<p style="text-align: justify;">Expressions can be seen as a way of allowing customization of inner loops. This is contrast to scripting which is mostly aimed at gluing large parts of code base together. So in this sense, C++ forms the center of your application, python could be used to put pieces of it together, and SeExpr is used to customize tight inner loops.</p>
<h2>Major Features</h2>
<ul>
<li>Arithmetic expression of scalar/vector types</li>
<li>Large library of builtin functions</li>
<li>Extensible variables and functions (including with DSOs)</li>
<li>Simple to embed in any program</li>
</ul>

<p class='projectfields'><strong>Home Page</strong>: <a href='http://www.disneyanimation.com/technology/seexpr.html'>http://www.disneyanimation.com/technology/seexpr.html</a><br/><strong>Project Page</strong>: <a href='http://github.com/wdas/seexpr/'>http://github.com/wdas/seexpr/</a><br/><strong>Language</strong>: C++<br/><strong>Platform</strong>: Linux, OSX, Windows<br/><strong>License</strong>: New BSD<br/><strong>Sponsor</strong>: Walt Disney Animation Studios<br/></p>]]></content:encoded>
			<wfw:commentRss>http://opensourcevfx.org/2011/07/seexpr/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Open Color I/O</title>
		<link>http://opensourcevfx.org/2011/02/open-color-io/</link>
		<comments>http://opensourcevfx.org/2011/02/open-color-io/#comments</comments>
		<pubDate>Tue, 15 Feb 2011 16:20:24 +0000</pubDate>
		<dc:creator>Rob Bredow</dc:creator>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[animation]]></category>
		<category><![CDATA[Color]]></category>
		<category><![CDATA[Color Science]]></category>

		<guid isPermaLink="false">http://opensourcevfx.org/?p=573</guid>
		<description><![CDATA[OpenColorIO (OCIO) is an open source color management project sponsored by Sony Pictures Imageworks. Based on development started in 2003, OpenColorIO enables color transforms and image display to be handled in a consistent manner across multiple graphics applications (compositors, image playback tools, renderers, color grading, etc). Unlike other color management solutions, OCIO is geared towards [...]
<p class='projectfields'><strong>Home Page</strong>: <a href='http://opencolorio.org/'>http://opencolorio.org/</a><br/><strong>Project Page</strong>: <a href='https://github.com/imageworks/OpenColorIO'>https://github.com/imageworks/OpenColorIO</a><br/><strong>Language</strong>: C++, Python<br/><strong>Platform</strong>: Linux, OSX, Windows<br/><strong>License</strong>: Open BSD<br/><strong>Sponsor</strong>: Sony Pictures Imageworks<br/></p>]]></description>
			<content:encoded><![CDATA[<p>OpenColorIO (OCIO) is an open source color management project sponsored by Sony Pictures Imageworks. Based on development started in 2003, OpenColorIO enables color transforms and image display to be handled in a consistent manner across multiple graphics applications (compositors, image playback tools, renderers, color grading, etc). Unlike other color management solutions, OCIO is geared towards motion-picture post production and is suitable for both visual effects work and animated features.</p>
<p>OpenColorIO has been used on dozens of feature films including Alice in Wonderland, Cloudy With A Chance Of Meatballs, Spiderman(s), Surf&#8217;s Up, and Watchmen.</p>

<p class='projectfields'><strong>Home Page</strong>: <a href='http://opencolorio.org/'>http://opencolorio.org/</a><br/><strong>Project Page</strong>: <a href='https://github.com/imageworks/OpenColorIO'>https://github.com/imageworks/OpenColorIO</a><br/><strong>Language</strong>: C++, Python<br/><strong>Platform</strong>: Linux, OSX, Windows<br/><strong>License</strong>: Open BSD<br/><strong>Sponsor</strong>: Sony Pictures Imageworks<br/></p>]]></content:encoded>
			<wfw:commentRss>http://opensourcevfx.org/2011/02/open-color-io/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OpenPipeline</title>
		<link>http://opensourcevfx.org/2010/01/openpipeline/</link>
		<comments>http://opensourcevfx.org/2010/01/openpipeline/#comments</comments>
		<pubDate>Fri, 15 Jan 2010 13:13:57 +0000</pubDate>
		<dc:creator>Philippe Leprince</dc:creator>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[animation]]></category>
		<category><![CDATA[maya]]></category>
		<category><![CDATA[pipeline]]></category>
		<category><![CDATA[workflow]]></category>

		<guid isPermaLink="false">http://opensourcevfx.org/?p=396</guid>
		<description><![CDATA[openPipeline is an open source framework for managing animation production data and workflow. Its first implementation is a MEL-based plug-in for Autodesk Maya that handles specific aspects of production: automatic directory structures, file naming conventions, revision control, and modularity that makes multi-artist workflows possible. Home Page: http://kickstand.tv/openpipeline/openpipeline-information/Project Page: http://openpipeline.cc/Language: MELPlatform: Linux, Windows, OS XLicense: Common [...]
<p class='projectfields'><strong>Home Page</strong>: <a href='http://kickstand.tv/openpipeline/openpipeline-information/'>http://kickstand.tv/openpipeline/openpipeline-information/</a><br/><strong>Project Page</strong>: <a href='http://openpipeline.cc/'>http://openpipeline.cc/</a><br/><strong>Language</strong>: MEL<br/><strong>Platform</strong>: Linux, Windows, OS X<br/><strong>License</strong>: <a href="http://sourceforge.net/softwaremap/trove_list.php?form_cat=307">Common Public License 1.0</a><br/></p>]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">openPipeline is an open source framework for managing animation production data and workflow. Its first implementation is a MEL-based plug-in for Autodesk Maya that handles specific aspects of production: automatic directory structures, file naming conventions, revision control, and modularity that makes multi-artist workflows possible.</p>

<p class='projectfields'><strong>Home Page</strong>: <a href='http://kickstand.tv/openpipeline/openpipeline-information/'>http://kickstand.tv/openpipeline/openpipeline-information/</a><br/><strong>Project Page</strong>: <a href='http://openpipeline.cc/'>http://openpipeline.cc/</a><br/><strong>Language</strong>: MEL<br/><strong>Platform</strong>: Linux, Windows, OS X<br/><strong>License</strong>: <a href="http://sourceforge.net/softwaremap/trove_list.php?form_cat=307">Common Public License 1.0</a><br/></p>]]></content:encoded>
			<wfw:commentRss>http://opensourcevfx.org/2010/01/openpipeline/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Blender</title>
		<link>http://opensourcevfx.org/2010/01/blender/</link>
		<comments>http://opensourcevfx.org/2010/01/blender/#comments</comments>
		<pubDate>Thu, 07 Jan 2010 04:33:56 +0000</pubDate>
		<dc:creator>Rob Bredow</dc:creator>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[3d]]></category>
		<category><![CDATA[animation]]></category>
		<category><![CDATA[file format]]></category>
		<category><![CDATA[geometry]]></category>
		<category><![CDATA[image-processing]]></category>
		<category><![CDATA[modeling]]></category>
		<category><![CDATA[particles]]></category>
		<category><![CDATA[physics]]></category>
		<category><![CDATA[rendering]]></category>
		<category><![CDATA[rigging]]></category>
		<category><![CDATA[simulation]]></category>

		<guid isPermaLink="false">http://opensourcevfx.org/?p=263</guid>
		<description><![CDATA[Blender is an integrated application that enables the creation of a broad range of 2D and 3D content.  Blender provides a broad spectrum of modeling, texturing, lighting, animation and video post-processing functionality in one package.  Through its open architecture, Blender provides cross-platform interoperability, extensibility, a small footprint, and a tightly integrated workflow. Aimed world-wide at [...]
<p class='projectfields'><strong>Home Page</strong>: <a href='http://www.blender.org/'>http://www.blender.org/</a><br/><strong>Project Page</strong>: <a href='http://www.blender.org/development/'>http://www.blender.org/development/</a><br/><strong>Language</strong>: C, Python<br/><strong>Platform</strong>: Windows, Mac OS X, Linux, FreeBSD 5.4 (i386), Sun Solaris 2.8 (sparc)<br/><strong>License</strong>: GNU GPL<br/></p>]]></description>
			<content:encoded><![CDATA[<p>Blender is an integrated application that enables the creation of a broad range of 2D and 3D content.  Blender provides a broad spectrum of modeling, texturing, lighting, animation and video post-processing functionality in one package.  Through its open architecture, Blender provides cross-platform interoperability, extensibility, a small footprint, and a tightly integrated workflow.</p>
<p>Aimed world-wide at media professionals and artists, Blender can be used to create 3D visualizations, stills as well as broadcast and cinema quality videos, while the incorporation of a real-time 3D engine allows for the creation of 3D interactive content for stand-alone playback.</p>
<p>Originally developed by the company &#8216;Not a Number&#8217; (NaN), Blender now is continued as &#8216;Free Software&#8217;, with the source code available under the GNU GPL license. It now continues development by the Blender Foundation in the Netherlands.</p>
<p><span id="more-263"></span></p>
<p>Key Features include:</p>
<ul>
<li>Fully integrated creation suite, offering a broad range of essential tools for the creation of 3D content, including modeling, uv-mapping, texturing, rigging, skinning, animation, particle and other simulation, scripting, rendering, compositing, post-production, and game creation</li>
<li>High quality 3D architecture enabling fast and efficient creation work-flow</li>
<li>User community support by forums for questions, answers, and critique at <a title="http://BlenderArtists.org" rel="nofollow" href="http://blenderartists.org/">http://BlenderArtists.org</a> and news services at <a title="http://BlenderNation.com" rel="nofollow" href="http://blendernation.com/">http://BlenderNation.com</a></li>
<li>Small executable size, easy distribution</li>
</ul>

<p class='projectfields'><strong>Home Page</strong>: <a href='http://www.blender.org/'>http://www.blender.org/</a><br/><strong>Project Page</strong>: <a href='http://www.blender.org/development/'>http://www.blender.org/development/</a><br/><strong>Language</strong>: C, Python<br/><strong>Platform</strong>: Windows, Mac OS X, Linux, FreeBSD 5.4 (i386), Sun Solaris 2.8 (sparc)<br/><strong>License</strong>: GNU GPL<br/></p>]]></content:encoded>
			<wfw:commentRss>http://opensourcevfx.org/2010/01/blender/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

