Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/cloose/ray-tracer-challenge
- Owner: cloose
- License: mit
- Created: 2020-12-13T14:41:38.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-01-28T19:00:15.000Z (almost 4 years ago)
- Last Synced: 2024-10-13T00:52:27.295Z (2 months ago)
- Topics: bdd, behave, python, ray-tracer-challenge, raytracerchallange
- Language: Python
- Homepage:
- Size: 496 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)