Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lyspal/python-raytracer
Implementation of the tutorial "Building a Ray Tracer in Python" from Arun Ravindran. https://www.youtube.com/playlist?list=PL8ENypDVcs3H-TxOXOzwDyCm5f2fGXlIS
https://github.com/lyspal/python-raytracer
Last synced: about 2 months ago
JSON representation
Implementation of the tutorial "Building a Ray Tracer in Python" from Arun Ravindran. https://www.youtube.com/playlist?list=PL8ENypDVcs3H-TxOXOzwDyCm5f2fGXlIS
- Host: GitHub
- URL: https://github.com/lyspal/python-raytracer
- Owner: Lyspal
- Created: 2021-02-07T18:23:13.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-02-09T21:21:13.000Z (almost 4 years ago)
- Last Synced: 2024-08-18T08:40:53.113Z (5 months ago)
- Language: Python
- Size: 1.03 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# python-raytracer
Implementation of the tutorial "Building a Ray Tracer in Python" from Arun Ravindran.
## Tasks done
- Create a 3D vector class.
- Create a PPM image.
- Create an image of 3D spheres.
- Create simple lights.
- Run the renderer on multiple processes.## Final result
![final result](example_scenes/2balls.png)
## Known issues
- ~~No shadow.~~