Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/thekorn/raytracing-go
- Owner: thekorn
- Created: 2022-02-27T12:35:37.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-07T02:39:07.000Z (almost 2 years ago)
- Last Synced: 2024-06-20T17:47:24.139Z (7 months ago)
- Topics: raytracing-in-one-weekend
- Language: Go
- Homepage:
- Size: 422 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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)