Archives for posts with tag: python

Grid Engine is software that facilitates “distributed resource management” (DRM). Far more than just simple load-balancing tools or batch scheduling mechanisms, DRM software typically provides the following key features across large sets of distributed resources. (more…)

Home Page: http://gridengine.sunsource.net/
Language: C++, Python
Platform: Linux, Windows, OS X, Solaris
License: SISSL

Pystring is a collection of C++ functions which match the interface and behavior of python’s string class methods using std::string. Implemented in C++, it does not require or make use of a python interpreter. It provides convenience and familiarity for common string operations not included in the standard C++ library. It’s also useful in environments where both C++ and python are used.

Home Page: http://opensource.imageworks.com
Project Page: http://code.google.com/p/pystring/
Language: C++
Platform: Linux, Windows, OS X, etc
License: New BSD License
Sponsor: Sony Imageworks

The Python Computer Graphics Kit is an Open Source software package containing a collection of Python modules, plugins and utilities that are meant to be useful for any domain where you have to deal with 3D data of any kind, be it for visualization, creating photorealistic images, Virtual Reality or even games. (more…)

Home Page: http://cgkit.sourceforge.net/
Project Page: http://sourceforge.net/projects/cgkit/
Language: C++, Python
Platform: Linux, Windows, OS X
License: GPLLGPLMPL1.1

pyshake is a project to integrate the Python scripting language with the Shake compositing package. It is based on boost::python and uses Py++ for generating the bindings.

pyshake is being developed by Rising Sun Pictures.

Home Page: http://open.rsp.com.au
Project Page: http://open.rsp.com.au/projects/pyshake
Language: C++
Platform: Linux, Windows, OS X
License: LGPLv2.1.
Sponsor: Rising Sun Pictures

GTO is an open source file format designed for computer graphics. It was developed by Tweak Films to serve as the core storageformat for our geometry and rendering pipeline. GTO is used by VFX and animation facilities, post-houses, and game developers for a wide variety of applications. It’s small size and versatility make it useful for animation, modeling, particle dynamics and 3D paint. It can be used to replace file formats such as PDB/PDC, obj, and binary RIB. (more…)

Home Page: http://www.tweakfilms.com/products/open-source-software/gto
Project Page: http://github.com/jimhourihan/gto
Language: C++
Platform: Linux, Windows, OS X, etc
License: GNU Library General Public License with exceptions for static linking.
Sponsor: Tweak Films