Computer Graphic Programming Language

Is there a programming language that was explicitly created for computer graphics? I know that usually C and C ++ are the most commonly used PL for computer graphics, but I want to know if CG exists for the domain.

+5
source share
4 answers

Renderman was specially created and used by Pixar and many others as a graphic DSL. You describe objects in a scene, attach shaders to them, add light sources, position cameras, describe projections, etc. Everything in this C-like language since the 1980s.

There are open source rendering tools that implement it, and you can try it.

, , , POVray .

+7
+5

, Postscript!

, ,

[ ], -, , , . , ; , , , - PostScript. PostScript, . , PostScript, , , . , , , .

, postscript procset, . : 3D - - 2 10 , ghostscript.

Postscript PDF SVG, , .

+1

MetaPost - . , LaTeX TeX. , , PostScript (, , PDF). LaTeX.

, MetaPost , , : MetaPost.

, , : TUG MetaPost. !

+1

All Articles