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

https://github.com/kellpossible/craytracer

Simple Raytracer written in C
https://github.com/kellpossible/craytracer

Last synced: about 1 year ago
JSON representation

Simple Raytracer written in C

Awesome Lists containing this project

README

          

CRayTracer
==========

A simple object oriented raytracer written in C

Example Output:

![Raytracer Output](Examples/RayTraceTest.jpg?raw=true)

Future Work
------------
The plan is to do the following:

* simple OBJ mesh support
* blender export support
* antialiasing
* new integrators (like path tracing)