dacunni / FastRender

Just a silly little personal ray tracer project.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Just a silly little personal ray tracer project.


Languages

Language:C++ 96.0%Language:Makefile 1.5%Language:CMake 1.0%Language:Roff 0.6%Language:C 0.3%Language:GLSL 0.3%Language:Dockerfile 0.1%Language:Shell 0.1%Language:Python 0.0%