The Virtuality Renderer

What is it?

The Virtuality Renderer is a program that accepts a scene description in a procedural language and renders a raster image representing that scene. It is a console application, which tries to do just one thing: render scenes, but this is not a simple task. It is being designed to be modular and extensible from the beginning, to allow the inclusion of new shapes and rendering algorithms.

The input language chosen is Lua ( http://www.lua.org/) for it is procedural but has enhanced data description capabilities, is very small and easy to embed.

SourceForge Logo