Skip to content

dacunni/FastRender

Repository files navigation

FastRender

This is my personal ray tracer project. It is very much a work in progress.

Check out the gallery for examples of the recent renders.

Installing dependencies

I'm only really maintaining this on MacOS at the moment. The easiest way to install dependencies is through Homebrew.

brew install imagemagick
brew install assimp

Building

Pretty simple. make

Running

Again, brain dead. fr

Note, there are some model files I use for testing. These aren't included here. I'll put links to them at some point.