Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/cloose/ray-tracer-challenge

Implementation of the ray tracer challenge in python
https://github.com/cloose/ray-tracer-challenge

bdd behave python ray-tracer-challenge raytracerchallange

Last synced: about 1 month ago
JSON representation

Implementation of the ray tracer challenge in python

Awesome Lists containing this project

README

        

# Ray Tracer Challenge

A ray tracer written in Python based on the book "[The Ray Tracer Challenge](https://pragprog.com/titles/jbtracer/the-ray-tracer-challenge/)" by Jamis Buck.

# About

This is my attempt to learn Python by implementing the test specifications for a ray tracer in the book. The BDD tests have been implemented using [Behave](https://github.com/behave/behave). These are really my first steps in Python. So please be kind...

# Examples

![Soft Shadows](images/soft-shadows.png)

# License

MIT (see LICENSE)