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
- Host: GitHub
- URL: https://github.com/sonalys/ray-tracing
- Owner: sonalys
- Created: 2023-08-31T13:27:25.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-31T13:32:01.000Z (almost 3 years ago)
- Last Synced: 2025-02-21T11:50:21.436Z (over 1 year ago)
- Language: Go
- Homepage:
- Size: 1.57 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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

# Run
To run you can execute:
```
go run cmd/ray-tracing/main.go
```
There are still issues with the algorithm, so its not perfect.