Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 302 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 302 Bytes

Ray-Tracing in Go

This is a port of the repository https://github.com/dps/rust-raytracer

There are some small modifications from my part

Example

Run

To run you can execute:

go run cmd/ray-tracing/main.go

There are still issues with the algorithm, so its not perfect.