Archives for posts with tag: simulation

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.html
Project Page: http://github.com/studioNEST/Melena
Language: C++
Platform: Windows, Linux
License: LGPL v3
Sponsor: StudioNest

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.html
Project Page: http://github.com/studioNEST/Momentum
Language: C++
Platform: Windows, Linux
License: LGPL v3
Sponsor: StudioNest

StudioNEST Brigks is a collection of kinematic solvers for Autodesk Softimage.

With StudioNEST Brigks you can build very efficient rigs that don’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.

Home Page: http://opensource.studionestbarcelona.com/studio_NEST/briqks.html
Project Page: http://github.com/studioNEST/Brigks
Language: C++
Platform: Windows, Linux
License: LGPL V3
Sponsor: StudioNest

We present a novel wavelet method for the simulation of fluids at high spatial resolution. The algorithm enables large- and small-scale detail to be edited separately, allowing high-resolution detail to be added as a post-processing step. Instead of solving the Navier-Stokes equations over a highly refined mesh, we use the wavelet decomposition of a low-resolution simulation to determine the location and energy characteristics of missing high-frequency components. We then synthesize these missing components using a novel incompressible turbulence function, and provide a method to maintain the temporal coherence of the resulting structures. There is no linear system to solve, so the method parallelizes trivially and requires only a few auxiliary arrays. The method guarantees that the new frequencies will not interfere with existing frequencies, allowing animators to set up a low resolution simulation quickly and later add details without changing the overall fluid motion.

This code is a reference implementation of our paper Wavelet Turbulence for Fluid Simulation. The code is intended as a pedagogical example, so clarity has been given preference over performance. Optimizations that inhibit readability have been removed, so the running times experienced will be longer than those reported in the paper.

Home Page: http://www.cs.cornell.edu/~tedkim/WTURB
Project Page: http://www.cs.cornell.edu/~tedkim/WTURB/source.html
Language: C++
Platform: Linux, Windows, OS X
License: GNU Public License
Sponsor: Cornell University

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 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.

Originally developed by the company ‘Not a Number’ (NaN), Blender now is continued as ‘Free Software’, with the source code available under the GNU GPL license. It now continues development by the Blender Foundation in the Netherlands.

(more…)

Home Page: http://www.blender.org/
Project Page: http://www.blender.org/development/
Language: C, Python
Platform: Windows, Mac OS X, Linux, FreeBSD 5.4 (i386), Sun Solaris 2.8 (sparc)
License: GNU GPL