pgregory / ioman

Io binding to the RenderMan interface.

This URL has Read+Write access

ioman /
name age message
file .gitignore Loading commit data...
file README Thu Apr 30 14:17:25 -0700 2009 Add basic readme [pgregory]
file build.io
file depends Thu Apr 30 14:08:50 -0700 2009 Initial commit [pgregory]
directory io/
directory samples/
directory source/
README
A RenderMan binding for Io.

To build, clone the repo into your 'addons' folder under the name 'RenderMan', i.e.

   $: cd io/addons
   $: git clone git://github.com/pgregory/ioman.git RenderMan

Then from the root Io folder, build as any other Io addon, i.e.

   $: cd io
   $: make RenderMan
   $: make install