<?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; 3d</title>
	<atom:link href="http://opensourcevfx.org/tag/3d/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>Alembic</title>
		<link>http://opensourcevfx.org/2011/08/alembic/</link>
		<comments>http://opensourcevfx.org/2011/08/alembic/#comments</comments>
		<pubDate>Tue, 09 Aug 2011 09:00:04 +0000</pubDate>
		<dc:creator>Rob Bredow</dc:creator>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[3d]]></category>
		<category><![CDATA[file format]]></category>
		<category><![CDATA[geometry]]></category>
		<category><![CDATA[katana]]></category>
		<category><![CDATA[maya]]></category>
		<category><![CDATA[modo]]></category>
		<category><![CDATA[nuke]]></category>
		<category><![CDATA[pipeline]]></category>
		<category><![CDATA[renderman]]></category>

		<guid isPermaLink="false">http://opensourcevfx.org/?p=588</guid>
		<description><![CDATA[Alembic is an open computer graphics interchange framework. Alembic distills complex, animated scenes into a non-procedural, application-independent set of baked geometric results. This ‘distillation&#8217; of scenes into baked geometry is exactly analogous to the distillation of lighting and rendering scenes into rendered image data. Alembic is focused on efficiently storing the computed results of complex [...]
<p class='projectfields'><strong>Home Page</strong>: <a href='http://alembic.io/'>http://alembic.io/</a><br/><strong>Project Page</strong>: <a href='http://code.google.com/p/alembic/'>http://code.google.com/p/alembic/</a><br/><strong>Language</strong>: C++, Python<br/><strong>Platform</strong>: Linux, OSX, Windows<br/><strong>License</strong>: New BSD License<br/><strong>Sponsor</strong>: Sony Pictures Imageworks, Lucasfilm<br/></p>]]></description>
			<content:encoded><![CDATA[<p>Alembic is an open computer graphics interchange framework. Alembic distills complex, animated scenes into a non-procedural, application-independent set of baked geometric results. This ‘distillation&#8217; of scenes into baked geometry is exactly analogous to the distillation of lighting and rendering scenes into rendered image data.</p>
<p>Alembic is focused on efficiently storing the computed results of complex procedural geometric constructions. It is very specifically NOT concerned with storing the complex dependency graph of procedural tools used to create the computed results. For example, Alembic will efficiently store the animated vertex positions and animated transforms that result from an arbitrarily complex animation and simulation process which could involve enveloping, corrective shapes, volume-preserving simulations, cloth and flesh simulations, and so on. Alembic will not attempt to store a representation of the network of computations (rigs, basically) which are required to produce the final, animated vertex positions and animated transforms.</p>
<p>The production ready version of Alembic 1.0 was announced at Siggraph 2011 and released on August 9th, 2011 by Lucasfilm and Sony Pictures Imageworks with support from major vendors including Autodesk, Side Effects Software, The Foundry, Luxology, Pixar&#8217;s Renderman and NVidia.</p>

<p class='projectfields'><strong>Home Page</strong>: <a href='http://alembic.io/'>http://alembic.io/</a><br/><strong>Project Page</strong>: <a href='http://code.google.com/p/alembic/'>http://code.google.com/p/alembic/</a><br/><strong>Language</strong>: C++, Python<br/><strong>Platform</strong>: Linux, OSX, Windows<br/><strong>License</strong>: New BSD License<br/><strong>Sponsor</strong>: Sony Pictures Imageworks, Lucasfilm<br/></p>]]></content:encoded>
			<wfw:commentRss>http://opensourcevfx.org/2011/08/alembic/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Partio</title>
		<link>http://opensourcevfx.org/2011/02/partio/</link>
		<comments>http://opensourcevfx.org/2011/02/partio/#comments</comments>
		<pubDate>Fri, 18 Feb 2011 16:08:14 +0000</pubDate>
		<dc:creator>Philippe Leprince</dc:creator>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[3d]]></category>
		<category><![CDATA[houdini]]></category>
		<category><![CDATA[maya]]></category>
		<category><![CDATA[particles]]></category>
		<category><![CDATA[pointClouds]]></category>
		<category><![CDATA[renderman]]></category>

		<guid isPermaLink="false">http://opensourcevfx.org/?p=578</guid>
		<description><![CDATA[Particles are an important part of effects work, because they allow free-form information in 3D space. Unfortunately, there is no standard format for particles akin to Wavefront .obj. Most animation systems have their own proprietary particle formats. For example Maya uses the binary and ascii particle database formats .pdb and .pda file formats. Houdini uses [...]
<p class='projectfields'><strong>Home Page</strong>: <a href='http://www.disneyanimation.com/technology/partio.html'>http://www.disneyanimation.com/technology/partio.html</a><br/><strong>Project Page</strong>: <a href='https://github.com/wdas/partio'>https://github.com/wdas/partio</a><br/><strong>Language</strong>: C++ Python<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;">Particles are an important part of effects work, because they allow free-form information in 3D space. Unfortunately, there is no standard format for particles akin to Wavefront .obj.  Most animation systems have their own proprietary particle formats. For example Maya uses the binary and ascii particle database formats .pdb and .pda file formats. Houdini uses the .geo and .bgeo geometry uber formats. Renderers typically have their own point cloud format such as RenderMan&#8217;s PTC format and Houdini&#8217;s .pc.  All of these formats share a common theme. They allow particles to be iterated or indexed and associate a customizable set of attributes with them. The goal of Partio is to provide a unified interface akin to unified image libraries that makes it easier to load, save, and manipulate particle files.</p>
<p style="text-align: justify;">

<p class='projectfields'><strong>Home Page</strong>: <a href='http://www.disneyanimation.com/technology/partio.html'>http://www.disneyanimation.com/technology/partio.html</a><br/><strong>Project Page</strong>: <a href='https://github.com/wdas/partio'>https://github.com/wdas/partio</a><br/><strong>Language</strong>: C++ Python<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/02/partio/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Jupiter Skin</title>
		<link>http://opensourcevfx.org/2010/11/jupiter-skin/</link>
		<comments>http://opensourcevfx.org/2010/11/jupiter-skin/#comments</comments>
		<pubDate>Tue, 02 Nov 2010 21:51:29 +0000</pubDate>
		<dc:creator>Philippe Leprince</dc:creator>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[3d]]></category>
		<category><![CDATA[IBL]]></category>
		<category><![CDATA[pointClouds]]></category>
		<category><![CDATA[rendering]]></category>
		<category><![CDATA[renderman]]></category>

		<guid isPermaLink="false">http://opensourcevfx.org/?p=551</guid>
		<description><![CDATA[Jupiter Skin is a project container for several skin shaders developed by /*jupiter jazz*/. At the moment this project features the following shaders: Jupiter SGI Skin Jupiter Spherical Gradient Illumination Skin is a 3Delight RenderMan shader that reads scanned RGB world space normal maps for 3 different wavelengths (red, green, blue), and a fourth normal map [...]
<p class='projectfields'><strong>Project Page</strong>: <a href='http://code.google.com/p/jupiterskin/'>http://code.google.com/p/jupiterskin/</a><br/><strong>Language</strong>: Renderman Shading Language<br/><strong>Platform</strong>: Linux, OSX, Windows<br/><strong>License</strong>: <a href="http://www.opensource.org/licenses/bsd-license.php">New BSD License</a><br/><strong>Sponsor</strong>: Jupiter Jazz<br/></p>]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;"><span style="font-weight: normal; font-size: 13px;">Jupiter Skin is a project container for several skin shaders developed by <a href="http://www.jupiter-jazz.com/" target="_blank"><tt>/*jupiter jazz*/</tt></a>.</span></p>
<p style="text-align: justify;">At the moment this project features the following shaders:</p>
<ul>
<li>Jupiter SGI Skin</li>
</ul>
<p style="text-align: justify;">Jupiter Spherical Gradient Illumination Skin is a 3Delight RenderMan shader that reads scanned RGB world space normal maps for 3 different wavelengths (red, green, blue), and a fourth normal map to be used in the specular term.</p>
<p style="text-align: justify;"><span id="more-551"></span></p>
<p style="text-align: justify;">This technique, presented at:</p>
<p><a rel="nofollow" href="http://gl.ict.usc.edu/Research/FaceScanning/">http://gl.ict.usc.edu/Research/FaceScanning/</a></p>
<p style="text-align: justify;">allows the user to re-create the appear of the subtle <strong>subsurface effects</strong> of skin, together with <strong>self-shadowing</strong> and <strong>inter-reflections</strong>.</p>
<p style="text-align: justify;">Once the texture are acquired:</p>
<ul>
<li style="text-align: justify;">The three normal maps for the Lambertian diffuse term contain increasing detail as the light wavelength decreases.</li>
<li style="text-align: justify;">The normal map for the blue wavelength contains more detail than the normal map for the green wavelength, which in turn contains more detail than the red wavelength map.</li>
<li style="text-align: justify;">The specular normal map is used to drive the specular contribution (and the reflections), with the specular term being comprised of two specular lobes based on the Torrance-Sparrow model.</li>
</ul>
<p style="text-align: justify;">The user has the possibility of selecting between two microfacet distribution functions used:</p>
<ul>
<li style="text-align: justify;">the <strong>Beckmann microfacet distribution</strong>, as suggested in the publication by Robert L. Cook and Kenneth E. Torrance, &#8220;A reflectance model for computer graphics&#8221;</li>
</ul>
<ul>
<li style="text-align: justify;">a <strong>Gaussian distribution</strong>, which is cheaper to compute and produces slightly softer results.</li>
</ul>
<p style="text-align: justify;">The weight of each of the specular lobe&#8217;s contribution can also be controlled directly by the user, or it can be made automatically via the extracted data in the specular intensity image.</p>
<p style="text-align: justify;">Notice also that this shader provides optionally a full two pass (point cloud based)subsurface term as well for greater flexibility.</p>
<p style="text-align: justify;">This work has been sponsored by <strong>Srinivas M. Mohan</strong> (Indian Artists Computer Graphics Pvt. Ltd.) for the movie <a rel="nofollow" href="http://en.wikipedia.org/wiki/Endhiran">*Endhiran*</a>, and it is based on:</p>
<ul style="text-align: justify;">
<li style="text-align: justify;"><a rel="nofollow" href="http://gl.ict.usc.edu/Research/FaceScanning/">&#8220;Rapid Acquisition of Specular and Diffuse Normal Maps from Polarized Spherical Gradient Illumination&#8221;</a>.  By Wan Chun Ma, Tim Hawkins, Pieter Peers, Charles-Felix Chabert, Malte Weiss, Paul Debevec.  University of Southern California Institute for Creative Technologies.  Eurographics Symposium on Rendering 2007.</li>
<li><a rel="nofollow" href="http://gl.ict.usc.edu/Research/SpecularRoughness/">&#8220;Estimating Specular Roughness and Anisotropy from Second Order Spherical Gradient Illumination”</a>.  By Abhijeet Ghosh , Tongbo Chen, Pieters Peers, Cyrus A. Wilson, Paul Debevec.  University of Southern California Institute for Creative Technologies.  Eurographics Symposium on Rendering 2009.</li>
</ul>

<p class='projectfields'><strong>Project Page</strong>: <a href='http://code.google.com/p/jupiterskin/'>http://code.google.com/p/jupiterskin/</a><br/><strong>Language</strong>: Renderman Shading Language<br/><strong>Platform</strong>: Linux, OSX, Windows<br/><strong>License</strong>: <a href="http://www.opensource.org/licenses/bsd-license.php">New BSD License</a><br/><strong>Sponsor</strong>: Jupiter Jazz<br/></p>]]></content:encoded>
			<wfw:commentRss>http://opensourcevfx.org/2010/11/jupiter-skin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Essence</title>
		<link>http://opensourcevfx.org/2010/09/essence/</link>
		<comments>http://opensourcevfx.org/2010/09/essence/#comments</comments>
		<pubDate>Tue, 28 Sep 2010 14:08:45 +0000</pubDate>
		<dc:creator>Philippe Leprince</dc:creator>
				<category><![CDATA[Zombies]]></category>
		<category><![CDATA[3d]]></category>
		<category><![CDATA[c++]]></category>
		<category><![CDATA[geometry]]></category>
		<category><![CDATA[math]]></category>

		<guid isPermaLink="false">http://opensourcevfx.org/?p=535</guid>
		<description><![CDATA[StudioNEST Essence is the base library of all of our 3D tools. It contains several C++ classes from simple string operations down to complex geometric operations. Essence can give you a boost when developing, by providing all of the basic framework you need. Home Page: http://opensource.studionestbarcelona.com/studio_NEST/essence.htmlProject Page: http://github.com/studioNEST/EssenceLanguage: C++Platform: Windows, LinuxLicense: LGPL v3 Sponsor: StudioNest
<p class='projectfields'><strong>Home Page</strong>: <a href='http://opensource.studionestbarcelona.com/studio_NEST/essence.html'>http://opensource.studionestbarcelona.com/studio_NEST/essence.html</a><br/><strong>Project Page</strong>: <a href='http://github.com/studioNEST/Essence'>http://github.com/studioNEST/Essence</a><br/><strong>Language</strong>: C++<br/><strong>Platform</strong>: Windows, Linux<br/><strong>License</strong>: <a href="http://www.opensource.org/licenses/lgpl-3.0.html" target="_blank">LGPL v3
</a><br/><strong>Sponsor</strong>: StudioNest<br/></p>]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;"><a href="http://www.studionestbarcelona.com/">StudioNEST</a> Essence is the base library of all of our 3D tools.</p>
<p style="text-align: justify;">It  contains several C++ classes from simple string operations down to  complex geometric operations. Essence can give you a boost when  developing, by providing all of the basic framework you need.</p>

<p class='projectfields'><strong>Home Page</strong>: <a href='http://opensource.studionestbarcelona.com/studio_NEST/essence.html'>http://opensource.studionestbarcelona.com/studio_NEST/essence.html</a><br/><strong>Project Page</strong>: <a href='http://github.com/studioNEST/Essence'>http://github.com/studioNEST/Essence</a><br/><strong>Language</strong>: C++<br/><strong>Platform</strong>: Windows, Linux<br/><strong>License</strong>: <a href="http://www.opensource.org/licenses/lgpl-3.0.html" target="_blank">LGPL v3
</a><br/><strong>Sponsor</strong>: StudioNest<br/></p>]]></content:encoded>
			<wfw:commentRss>http://opensourcevfx.org/2010/09/essence/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Melena</title>
		<link>http://opensourcevfx.org/2010/09/melena/</link>
		<comments>http://opensourcevfx.org/2010/09/melena/#comments</comments>
		<pubDate>Tue, 28 Sep 2010 14:04:16 +0000</pubDate>
		<dc:creator>Philippe Leprince</dc:creator>
				<category><![CDATA[Zombies]]></category>
		<category><![CDATA[3d]]></category>
		<category><![CDATA[c++]]></category>
		<category><![CDATA[dynamics]]></category>
		<category><![CDATA[physics]]></category>
		<category><![CDATA[simulation]]></category>
		<category><![CDATA[softimage]]></category>
		<category><![CDATA[xsi]]></category>

		<guid isPermaLink="false">http://opensourcevfx.org/?p=533</guid>
		<description><![CDATA[StudioNEST Melena is a fur styling and simulation framework based on Autodesk Softimage ICE. It provides a collection of node graph compounds to create various effects for realistic to cartoony hair and fur. Home Page: http://opensource.studionestbarcelona.com/studio_NEST/melena.htmlProject Page: http://github.com/studioNEST/MelenaLanguage: C++Platform: Windows, LinuxLicense: LGPL v3Sponsor: StudioNest
<p class='projectfields'><strong>Home Page</strong>: <a href='http://opensource.studionestbarcelona.com/studio_NEST/melena.html'>http://opensource.studionestbarcelona.com/studio_NEST/melena.html</a><br/><strong>Project Page</strong>: <a href='http://github.com/studioNEST/Melena'>http://github.com/studioNEST/Melena</a><br/><strong>Language</strong>: C++<br/><strong>Platform</strong>: Windows, Linux<br/><strong>License</strong>: <a href="http://www.opensource.org/licenses/lgpl-3.0.html" target="_blank">LGPL v3</a><br/><strong>Sponsor</strong>: StudioNest<br/></p>]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;"><a href="http://www.studionestbarcelona.com/">StudioNEST</a> Melena is a fur styling and simulation framework based on Autodesk Softimage ICE.<br />
It provides a collection of node graph compounds to create various effects for realistic to cartoony hair and fur.</p>

<p class='projectfields'><strong>Home Page</strong>: <a href='http://opensource.studionestbarcelona.com/studio_NEST/melena.html'>http://opensource.studionestbarcelona.com/studio_NEST/melena.html</a><br/><strong>Project Page</strong>: <a href='http://github.com/studioNEST/Melena'>http://github.com/studioNEST/Melena</a><br/><strong>Language</strong>: C++<br/><strong>Platform</strong>: Windows, Linux<br/><strong>License</strong>: <a href="http://www.opensource.org/licenses/lgpl-3.0.html" target="_blank">LGPL v3</a><br/><strong>Sponsor</strong>: StudioNest<br/></p>]]></content:encoded>
			<wfw:commentRss>http://opensourcevfx.org/2010/09/melena/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Momentum</title>
		<link>http://opensourcevfx.org/2010/09/momentum/</link>
		<comments>http://opensourcevfx.org/2010/09/momentum/#comments</comments>
		<pubDate>Tue, 28 Sep 2010 14:01:04 +0000</pubDate>
		<dc:creator>Philippe Leprince</dc:creator>
				<category><![CDATA[Zombies]]></category>
		<category><![CDATA[3d]]></category>
		<category><![CDATA[c++]]></category>
		<category><![CDATA[dynamics]]></category>
		<category><![CDATA[physics]]></category>
		<category><![CDATA[simulation]]></category>
		<category><![CDATA[softimage]]></category>
		<category><![CDATA[xsi]]></category>

		<guid isPermaLink="false">http://opensourcevfx.org/?p=531</guid>
		<description><![CDATA[StudioNEST Momentum is an integration of the Bullet Physics engine for Autodesk Softimage. Momentum allows you to do very precise rigid body dynamics with high performance including full control over the simulation using the ICE framework. http://www.studionestbarcelona.com/ Home Page: http://opensource.studionestbarcelona.com/studio_NEST/momentum.htmlProject Page: http://github.com/studioNEST/MomentumLanguage: C++Platform: Windows, LinuxLicense: LGPL v3Sponsor: StudioNest
<p class='projectfields'><strong>Home Page</strong>: <a href='http://opensource.studionestbarcelona.com/studio_NEST/momentum.html'>http://opensource.studionestbarcelona.com/studio_NEST/momentum.html</a><br/><strong>Project Page</strong>: <a href='http://github.com/studioNEST/Momentum'>http://github.com/studioNEST/Momentum</a><br/><strong>Language</strong>: C++<br/><strong>Platform</strong>: Windows, Linux<br/><strong>License</strong>: <a href="http://www.opensource.org/licenses/lgpl-3.0.html" target="_blank">LGPL v3</a><br/><strong>Sponsor</strong>: StudioNest<br/></p>]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;"><a href="http://www.studionestbarcelona.com/">StudioNEST</a> Momentum is an integration of the Bullet Physics engine for Autodesk Softimage.</p>
<p style="text-align: justify;">Momentum  allows you to do very precise rigid body dynamics with high performance  including full control over the simulation using the ICE framework.</p>
<div id="_mcePaste" style="overflow: hidden; position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px;">http://www.studionestbarcelona.com/</div>

<p class='projectfields'><strong>Home Page</strong>: <a href='http://opensource.studionestbarcelona.com/studio_NEST/momentum.html'>http://opensource.studionestbarcelona.com/studio_NEST/momentum.html</a><br/><strong>Project Page</strong>: <a href='http://github.com/studioNEST/Momentum'>http://github.com/studioNEST/Momentum</a><br/><strong>Language</strong>: C++<br/><strong>Platform</strong>: Windows, Linux<br/><strong>License</strong>: <a href="http://www.opensource.org/licenses/lgpl-3.0.html" target="_blank">LGPL v3</a><br/><strong>Sponsor</strong>: StudioNest<br/></p>]]></content:encoded>
			<wfw:commentRss>http://opensourcevfx.org/2010/09/momentum/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Kratos</title>
		<link>http://opensourcevfx.org/2010/09/kratos/</link>
		<comments>http://opensourcevfx.org/2010/09/kratos/#comments</comments>
		<pubDate>Tue, 28 Sep 2010 13:58:29 +0000</pubDate>
		<dc:creator>Philippe Leprince</dc:creator>
				<category><![CDATA[Zombies]]></category>
		<category><![CDATA[3d]]></category>
		<category><![CDATA[c++]]></category>
		<category><![CDATA[dynamics]]></category>
		<category><![CDATA[physics]]></category>
		<category><![CDATA[softimage]]></category>
		<category><![CDATA[xsi]]></category>

		<guid isPermaLink="false">http://opensourcevfx.org/?p=529</guid>
		<description><![CDATA[StudioNEST Kratos is a toolset for volumetric as well as polygon-based shattering for Autodesk Softimage. In conjunction with studioNEST Momentum Kratos can be used to create realistic destruction effects. Home Page: http://opensource.studionestbarcelona.com/studio_NEST/kratos.htmlProject Page: http://github.com/studioNEST/KratosLanguage: C++Platform: Windows, LinuxLicense: LGPL v3Sponsor: StudioNest
<p class='projectfields'><strong>Home Page</strong>: <a href='http://opensource.studionestbarcelona.com/studio_NEST/kratos.html'>http://opensource.studionestbarcelona.com/studio_NEST/kratos.html</a><br/><strong>Project Page</strong>: <a href='http://github.com/studioNEST/Kratos'>http://github.com/studioNEST/Kratos</a><br/><strong>Language</strong>: C++<br/><strong>Platform</strong>: Windows, Linux<br/><strong>License</strong>: <a href="http://www.opensource.org/licenses/lgpl-3.0.html" target="_blank">LGPL v3</a><br/><strong>Sponsor</strong>: StudioNest<br/></p>]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;"><a href="http://www.studionestbarcelona.com/">StudioNEST</a> Kratos is a toolset for  volumetric as well as polygon-based shattering for Autodesk Softimage.  In conjunction with studioNEST Momentum Kratos can be used to create realistic destruction effects.</p>

<p class='projectfields'><strong>Home Page</strong>: <a href='http://opensource.studionestbarcelona.com/studio_NEST/kratos.html'>http://opensource.studionestbarcelona.com/studio_NEST/kratos.html</a><br/><strong>Project Page</strong>: <a href='http://github.com/studioNEST/Kratos'>http://github.com/studioNEST/Kratos</a><br/><strong>Language</strong>: C++<br/><strong>Platform</strong>: Windows, Linux<br/><strong>License</strong>: <a href="http://www.opensource.org/licenses/lgpl-3.0.html" target="_blank">LGPL v3</a><br/><strong>Sponsor</strong>: StudioNest<br/></p>]]></content:encoded>
			<wfw:commentRss>http://opensourcevfx.org/2010/09/kratos/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Brigks</title>
		<link>http://opensourcevfx.org/2010/09/briqks/</link>
		<comments>http://opensourcevfx.org/2010/09/briqks/#comments</comments>
		<pubDate>Tue, 28 Sep 2010 13:53:59 +0000</pubDate>
		<dc:creator>Philippe Leprince</dc:creator>
				<category><![CDATA[Zombies]]></category>
		<category><![CDATA[3d]]></category>
		<category><![CDATA[c++]]></category>
		<category><![CDATA[dynamics]]></category>
		<category><![CDATA[physics]]></category>
		<category><![CDATA[simulation]]></category>
		<category><![CDATA[softimage]]></category>
		<category><![CDATA[xsi]]></category>

		<guid isPermaLink="false">http://opensourcevfx.org/?p=525</guid>
		<description><![CDATA[StudioNEST Brigks is a collection of kinematic solvers for Autodesk Softimage. With StudioNEST Brigks you can build very efficient rigs that don&#8217;t require to setup overly complex object hierarchies. Since the source code of the kinematics solvers is provided, implementations of matching kinematic solvers can be achieved for other packages as well as standalone applications. [...]
<p class='projectfields'><strong>Home Page</strong>: <a href='http://opensource.studionestbarcelona.com/studio_NEST/briqks.html'>http://opensource.studionestbarcelona.com/studio_NEST/briqks.html</a><br/><strong>Project Page</strong>: <a href='http://github.com/studioNEST/Brigks'>http://github.com/studioNEST/Brigks</a><br/><strong>Language</strong>: C++<br/><strong>Platform</strong>: Windows, Linux<br/><strong>License</strong>: <a href="http://www.opensource.org/licenses/lgpl-3.0.html" target="_blank">LGPL V3</a><br/><strong>Sponsor</strong>: StudioNest<br/></p>]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;"><a href="http://www.studionestbarcelona.com/">StudioNEST</a> Brigks is a collection of kinematic solvers for Autodesk Softimage.</p>
<p style="text-align: justify;">With StudioNEST Brigks  you can build very efficient rigs that don&#8217;t require to setup overly  complex object hierarchies. Since the source code of the kinematics  solvers is provided, implementations of matching kinematic solvers can  be achieved for other packages as well as standalone applications.</p>

<p class='projectfields'><strong>Home Page</strong>: <a href='http://opensource.studionestbarcelona.com/studio_NEST/briqks.html'>http://opensource.studionestbarcelona.com/studio_NEST/briqks.html</a><br/><strong>Project Page</strong>: <a href='http://github.com/studioNEST/Brigks'>http://github.com/studioNEST/Brigks</a><br/><strong>Language</strong>: C++<br/><strong>Platform</strong>: Windows, Linux<br/><strong>License</strong>: <a href="http://www.opensource.org/licenses/lgpl-3.0.html" target="_blank">LGPL V3</a><br/><strong>Sponsor</strong>: StudioNest<br/></p>]]></content:encoded>
			<wfw:commentRss>http://opensourcevfx.org/2010/09/briqks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Aqsis Renderer</title>
		<link>http://opensourcevfx.org/2010/01/aqsis/</link>
		<comments>http://opensourcevfx.org/2010/01/aqsis/#comments</comments>
		<pubDate>Sat, 09 Jan 2010 21:55:31 +0000</pubDate>
		<dc:creator>Philippe Leprince</dc:creator>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[3d]]></category>
		<category><![CDATA[rendering]]></category>
		<category><![CDATA[renderman]]></category>

		<guid isPermaLink="false">http://opensourcevfx.org/?p=358</guid>
		<description><![CDATA[Aqsis is a cross-platform photorealistic 3D rendering solution, adhering to the RenderMan interface standard defined by Pixar Animation Studios. Focusing on stability and production usage, features include constructive solid geometry, depth-of-field, extensible shading engine (DSOs), instancing, level-of-detail, motion blur, NURBS, procedural plugins, programmable shading, subdivision surfaces, subpixel displacements and more. The Aqsis tools provide a [...]
<p class='projectfields'><strong>Home Page</strong>: <a href='http://www.aqsis.org/'>http://www.aqsis.org/</a><br/><strong>Project Page</strong>: <a href='http://sourceforge.net/projects/aqsis/'>http://sourceforge.net/projects/aqsis/</a><br/><strong>Language</strong>: C++<br/><strong>Platform</strong>: Linux, Windows, OS X<br/><strong>License</strong>: <a href="http://sourceforge.net/softwaremap/trove_list.php?form_cat=15">GNU  General Public License (GPL)</a><br/></p>]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">Aqsis is a cross-platform photorealistic 3D rendering solution, adhering to the RenderMan interface standard defined by Pixar Animation Studios.<br />
Focusing on stability and production usage, features include constructive solid geometry, depth-of-field, extensible shading engine (DSOs), instancing, level-of-detail, motion blur, NURBS, procedural plugins, programmable shading, subdivision surfaces, subpixel displacements and more.<span id="more-358"></span></p>
<p style="text-align: justify;">The Aqsis tools provide a comprehensive list of features that are considered necessary for production use, the following list details some of the important high level capabilities.</p>
<ul>
<li> Programmable Shading</li>
<li>High Level Primitive Support</li>
<li>Sub-Pixel Displacement</li>
<li>Motion Blur (MB)</li>
<li>Depth of Field (DoF)</li>
<li>Shadow Mapped Ambient Occlusion</li>
<li>Arbitrary Output Variables (AOV)</li>
<li>Subdivision Surfaces (SDS)</li>
<li>High quality texture mapping</li>
<li>Level of Detail (LOD)</li>
<li>High Dynamic Range (HDR) Output</li>
<li>Extensible through plugins (DSO/Procedurals)</li>
</ul>

<p class='projectfields'><strong>Home Page</strong>: <a href='http://www.aqsis.org/'>http://www.aqsis.org/</a><br/><strong>Project Page</strong>: <a href='http://sourceforge.net/projects/aqsis/'>http://sourceforge.net/projects/aqsis/</a><br/><strong>Language</strong>: C++<br/><strong>Platform</strong>: Linux, Windows, OS X<br/><strong>License</strong>: <a href="http://sourceforge.net/softwaremap/trove_list.php?form_cat=15">GNU  General Public License (GPL)</a><br/></p>]]></content:encoded>
			<wfw:commentRss>http://opensourcevfx.org/2010/01/aqsis/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>

