Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kkartaltepe/simpleraytracer

A simple ray tracer for fun.
https://github.com/kkartaltepe/simpleraytracer

Last synced: 2 days ago
JSON representation

A simple ray tracer for fun.

Awesome Lists containing this project

README

        

This is just a simple ray tracer built for fun, and to learn a bit about pthreads
and brush up on C/C++ basics. Maybe later fiddle with OpenGL some more.

Current Features:
- Geometry
* Triangles
* Circles
- Point Lights
- Shadows
- Diffuse Lighting
- FoV Camera
- Bounding Volume Heirarchy acceleration (utilizing Axis Aligned Bounding Boxes and Z-Ordering of primitives)