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

https://github.com/seg6/raytracer

pure c99 raytracer
https://github.com/seg6/raytracer

c computer-graphics raytracer

Last synced: about 1 year ago
JSON representation

pure c99 raytracer

Awesome Lists containing this project

README

          

# Raytracer

A simple raytracer implementation. This project also features a 24 bit BMP encoder and as well as a simple linear algebra library for doing vector math.

# TODO
- [ ] extend the linear algebra library to support matrix math
- [ ] extend the camera implementation to support arbitrary camera positioning
- [ ] explore ways to optimize this implementation while also maintaining a clean/readable code base

# Screenshots


1
2


3
3