rdavison / oneweekend

Ray Tracing in One Weekend implemented in Golang, chapter-by-chapter

Home Page:https://drive.google.com/drive/folders/14yayBb9XiL16lmuhbYhhvea8mKUUK77W

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ray Tracing in One Weekend - Golang

This is a chapter-by-chapter progression through the excellent, free, Raytracing in One Weekend book by Peter Shirley.

$ git clone https://github.com/hunterloftis/oneweekend.git
$ cd oneweekend
$ go build ./cmd/trace
$ ./trace > cover.ppm
$ open cover.ppm

cover image

About

Ray Tracing in One Weekend implemented in Golang, chapter-by-chapter

https://drive.google.com/drive/folders/14yayBb9XiL16lmuhbYhhvea8mKUUK77W


Languages

Language:Go 94.9%Language:Makefile 5.1%