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
- Host: GitHub
- URL: https://github.com/kellpossible/craytracer
- Owner: kellpossible
- License: mit
- Created: 2013-10-09T12:03:18.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-11-04T12:01:58.000Z (over 12 years ago)
- Last Synced: 2025-01-29T10:15:43.531Z (over 1 year ago)
- Language: C
- Homepage:
- Size: 1.5 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
CRayTracer
==========
A simple object oriented raytracer written in C
Example Output:

Future Work
------------
The plan is to do the following:
* simple OBJ mesh support
* blender export support
* antialiasing
* new integrators (like path tracing)