An open API service indexing awesome lists of open source software.

https://github.com/stefnotch/processing3draytracer

A little raytracer written in Processing
https://github.com/stefnotch/processing3draytracer

Last synced: 8 days ago
JSON representation

A little raytracer written in Processing

Awesome Lists containing this project

README

          

# Processing 3D Raytracer

A little raytracer (spheres only) I wrote in processing

![screenshot A](screenshot-pixels-renderer.png)

The rules of the assignment limited the shape draw calls we were allowed to use. The idea was that students wouldn't submit overly complicated graphics.
But clearly text can be drawn with a single command...

![screenshot B](screenshot-text-renderer.png)