Skip to content

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

Notifications You must be signed in to change notification settings

ryannjohnson/pathtracer

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages