│ README.md
│
├─imgs
└─src
├─main
│ camera.py
│ color.py
│ hitable.py
│ material.py
│ ray.py
│ vec3.py
│ whole_scene_rendering.py
│
└─process
multiprocessing_6_1.py
multiprocessing_6_2.py
multithreading_6_1.py
rt_10_1_wiz_mp.py
rt_11_1_wiz_mp.py
rt_11_2_wiz_mp.py
rt_12_1_wiz_mp.py
rt_2_1.py
rt_3_1.py
rt_4_1.py
rt_5_1.py
rt_6_1.py
rt_9_1_wiz_mp.py
Source codes in this repository also include multi-threading but with poor performance 😓
Learn more about ray tracing,see Ray Tracing in One Weekend — The Book Series
🔮Image Rendered: