Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maurocolella/python-raytracer
Based on Raytracing in One Weekend.
https://github.com/maurocolella/python-raytracer
python raytracing raytracing-one-weekend
Last synced: 27 days ago
JSON representation
Based on Raytracing in One Weekend.
- Host: GitHub
- URL: https://github.com/maurocolella/python-raytracer
- Owner: maurocolella
- Created: 2020-05-01T07:08:27.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-10-03T21:56:50.000Z (over 1 year ago)
- Last Synced: 2023-10-04T04:22:39.161Z (over 1 year ago)
- Topics: python, raytracing, raytracing-one-weekend
- Language: Python
- Homepage: https://raytracing.github.io/books/RayTracingInOneWeekend.html
- Size: 4.08 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Raytracing in One Weekend
**Port to Python by Mauro Colella**\
https://raytracing.github.io/books/RayTracingInOneWeekend.html1200x960 (resampled, rendered at 1200x800)\
100 aa samples\
10 bounces (depth)\
488 spheres\
14 cores, i9 9900k\
Python 3.7.4\
Windows 10**Elapsed Time: 23:08:11.140**
Aside from slow rendering, I observed discrepancies affecting the aspect ratio, and a different version of the equation for refraction. Put them in a todo and will handle it in a subsequent release.
![Render](/render.png)