Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/thekorn/raytracing-go

raytracing in one weekend in go
https://github.com/thekorn/raytracing-go

raytracing-in-one-weekend

Last synced: about 1 month ago
JSON representation

raytracing in one weekend in go

Awesome Lists containing this project

README

        

# Raytracing in one Weekend in Golang

Read the book at:
https://raytracing.github.io/books/RayTracingInOneWeekend.html

## render the scene

```
$ make run
```

## Final rendering

![final rendering](./final_result.jpg)