Basic raytracing engine written in C for educational purpose. It does not use any functions from the standard library except malloc and free.
- Camera
- Colored lights
- Object primitives (plan, sphere, cylinder, cone, blob)
- Negative objects
- Reflection
- Refraction
- Bump mapping
- Cellshading
- Perlin noise
- Graphical tool
- JPEG export