Skip to content
/ owert Public

A Ray Tracer in Go based on Peter Shirley's book

Notifications You must be signed in to change notification settings

HugoBde/owert

Repository files navigation

Owert is a Go Ray Tracer created with the help of Peter Shirley's book, "Ray Tracing in One Weekend".

To try it out:

git clone https://github.com/HugoBde/owert.git
cd owert
go run *.go

To configure your own scene, add new objects in main() to the myObjs[] slice. To change the resolution of the image, modify the values of const HEIGHT and const WIDTH.

About

A Ray Tracer in Go based on Peter Shirley's book

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages