DeadlyBrad42 / Pixel-Pipeline

A simple raytracer for generating awesome pictures

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pixel-Pipeline

About

A simple raytracing program I wrote back in ~2007. So far, the program is only useful for generating pictures of basic, slightly out-of-focus cubes. That said, they look pretty cool. I haven't touched this project in years but the basics may be useful for someone starting out writing their own raytracing program.

Examples

Here's a few of the cooler looking images I was able to make using the program:

output1.png

Closest I got to something that would be considered an actual render

output2.png

Test image showing a wall checkered with black boxes and holes

output3.png

Backwall renered as a checkered test pattern. Shown here with what appears to be an off-by-one error

About

A simple raytracer for generating awesome pictures

License:MIT License


Languages

Language:C++ 100.0%