Sony Pictures Imageworks Launches Open Source Program

Posted In | News Categories: Technology | Geographic Region: All | Event: SIGGRAPH | Site Categories: Technology
Sony Pictures Imageworks is launching an open source development program, it was announced today by Imageworks’ chief technology officer, Rob Bredow.

Five technologies will be released initially:
* OSL, a programmable shading language for rendering
* Field3d, a voxel data storage library
* Maya Reticule, a Maya Plug-in for camera masking
* Scala Migration, a database migration tool
* Pystring, python-like string handling in C++

Imageworks’ production environment, which is known for its photo-real visual effects, digital character performances, and innovative technologies to facilitate their creation, has incorporated open source solutions, most notably the Linux operating system, for many years. Now the company is contributing back to the open source community by making these technologies available. The software can be used freely around the world by both large and small studios. Each project has a team of passionate individuals supporting it who are interested in seeing the code widely used. The intention of the open source release is to build larger communities to adopt and further refine the code.

“Some of the smartest and most dedicated engineers in computer graphics have put their experience and passion into the development of these tools,” stated Rob Bredow, “and we are very excited to be able to share them with a much wider audience.”

To launch these open source technologies, Imageworks engineers will be at SIGGRAPH, the international conference of computer graphics held this year in New Orleans, August 3-8. There will be a “Birds of a Feather” meeting around the topic of voxel data storage, on Thursday, August 6 at 9:30 AM in room 287 at the Ernest N. Morial Convention Center. Imageworks is also launching a website to keep the developer community updated on its open source projects at http://opensource.imageworks.com.

While proprietary technologies have long characterized the visual effects and animation industry, recent years have seen increasing adoption of commercial technologies with proprietary solutions serving more specialized needs. With more productions shared between multiple companies and more mobile artists, standards and common technologies enable greater interaction. The industry’s first significant effort in this regard was in 2003 when ILM released OpenEXR, a 16-bit, floating-point file format system.

Highlights of the release include the following:

Field3D
Field3D is an open source library for storing voxel data. It provides C++ classes that handle storage in memory, as well as a file format based on HDF5 that allows the C++ objects to easily be written to and read from disk.

The library was initially developed at Sony Pictures Imageworks as a replacement for the three different in-house file formats already used to store voxel data. It is the foundation for Imageworks’ in-house simulation framework and volume rendering software. It is actively used in production.

Scala Migrations
Scala Migrations is a library to manage upgrades and rollbacks to database schemas. Migrations allow a source control system to manage together the database schema and the code using the schema. It is designed to allow multiple developers working on a project with a database backend to design schema modifications independently, apply the migrations to their local database for debugging and when complete, check them into a source control system to manage as one manages normal source code.

The package is based off Ruby on Rails Migrations and in fact shares the exact same schema migration table to manage the list of installed migrations. The Scala Migrations library utilizes the clean Scala language to write easy to understand migrations. Scala Migrations provides a database abstraction layer that allows migrations to target any supported database vendor.

OSL (Open Shading Language)
Open Shading Language (OSL) is a small but rich language for programmable shading in advanced renderers and other applications. OSL is similar to C, as well as other shading languages; however, it is specifically designed for advanced rendering algorithms with features such as radiance closures, BRDFs, and deferred ray tracing as first-class concepts.






Comments

  No comments. Be the first to comment below.


Post new comment

The content of this field is kept private and will not be shown publicly.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>
  • Lines and paragraphs break automatically.
  • Use <!--pagebreak--> to create page breaks.

More information about formatting options

CAPTCHA
This question is for testing whether you are a human visitor and to prevent automated spam submissions.