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

https://github.com/sonalys/ray-tracing

Ray-tracing port from a rust implementation
https://github.com/sonalys/ray-tracing

Last synced: 4 days ago
JSON representation

Ray-tracing port from a rust implementation

Awesome Lists containing this project

README

          

# 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

![](out.png)

# Run

To run you can execute:

```
go run cmd/ray-tracing/main.go
```

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