Skip to content

bong-furiosa/pytorch_raytracing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RayTracing with PyTorch

This is a simple RayTracing code created out of curiosity using PyTorch.

Install packages

pip3 install -r requirements.txt

Run

Render 240 images

python3 main.py

Convert 240 images to gif

python3 image2gif.py

Convert 240 images to video

python3 image2video.py

Example

🤔 When converting images into gif format using PIL, the result quality deteriorates.

RayTracing Example

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages