Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/kkartaltepe/simpleraytracer
- Owner: kkartaltepe
- Created: 2014-10-27T20:47:42.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-12-26T01:18:17.000Z (about 10 years ago)
- Last Synced: 2024-12-12T06:05:11.836Z (22 days ago)
- Language: C++
- Size: 383 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
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)