Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 796 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 796 Bytes

Raytracing-with-Python

This project was created while studing about Ray Tracing in One Weekend, where I was interested to implement the whole idea in Python and see how it looks.

Due to CPU limitations the output is noisy, and the multiprocess isn't implemented yet.

Output

raytraced image

Running the program in local.

A. With Poetry

  • The dependancy management is maintained by Poetry. Make sure you have it installed.
  • Clone this repo to you local and cd to the directory.
  • poetry update
  • poetry run python main.py

B. requirements.txt

  • Clone this repo to you local and cd to the directory.
  • pip install -r requirements.txt
  • python main.py