Skip to content

Ray Tracing in One Weekend (with Go)

Notifications You must be signed in to change notification settings

derek-schaefer/raytracer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ray Tracer

Ray Tracing in One Weekend (with Go)

This project will contain my implementation journey of working through the linked resource.

The deliverable will be a program that can perform basic ray tracing operations (actually path tracing as noted in the article) and produce the results as static images.

Instead of using C++ as in the linked resource, I'll be using Go. My motivations for undertaking this effort are to refamiliarize myself with Go, as well as learn about ray tracing and related graphical concepts.

Let's get tracing!

Example

About

Ray Tracing in One Weekend (with Go)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages