Skip to content

SKoptew/GoTracing101

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GoTracing101

Simple path tracer written in Golang, mostly for learning pusposes.

Interruption (Ctrl+C) will stop rendering, but rendered part of image will be saved.

Command line flags:

-width=960 -height=540 extents of resulting image

-spp=64 samples per pixel

-bounces=32 maximum bounces per ray

-objnum=24 number of objects (small spheres) at test scene

-filename=out out file name without extension

Sample_output

About

Raytracer written in Golang

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages