Top 1,000 Features Creators Resources Blog Explorer Download
GitHub icon

RenderMan Shading Language

< >

RenderMan Shading Language is a programming language created in 1989.

#2637on PLDB 35Years Old

Renderman Shading Language (abbreviated RSL) is a component of the RenderMan Interface Specification, and is used to define shaders. The language syntax is C-like. A shader written in RSL can be used without changes on any RenderMan-compliant renderer, such as Pixar's PhotoRealistic RenderMan, DNA Research's 3Delight, Sitexgraphics' Air or an open source solution such as Pixie or Aqsis. Read more on Wikipedia...


Example from Wikipedia:
float length(vector v) { return sqrt(v . v); /* . is a dot product */ }

View source

- Build the next great programming language About Acknowledgements Extensions Day 630 Donate feedback@pldb.io