Skip to content

a-maumau/ray_tracing_the_next_week

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

sample image of rendering

This repo. is implementation of Ray Tracing: The Next Week in Nim.

I appreciate the awesome authors for making this material open to the public.

Note

This programs need pixie.

nimble install pixie

The image size and sampling number are set a relatively small number. If you want to change it, edit the values in the src/scene.nim

Compile

cd src
make

Run

make run

Rendered image will be saved in src/outputs/rendered_img.ppm

About

nim implementation of Ray Tracing: The Next Week

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published