ryannjohnson / pathtracer

I really wanted to learn how to build a 3D renderer.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pathtracer

A pathtracer is a brute force system that reproduces how light behaves in the physical world, rendering the results to a 2D image.

example1

Installation

This library depends on github.com/g3n/engine. Follow its installation instructions before installing this package.

$ go get github.com/ryannjohnson/pathtracer

For usage, see the examples directory.

About

I really wanted to learn how to build a 3D renderer.


Languages

Language:Go 100.0%