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

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

It is my implementation ray tracing by RayTracingInOneWeekend book
https://github.com/sshaplygin/ray-tracing

education educational-project pet-project ray-tracing raytracing

Last synced: 10 months ago
JSON representation

It is my implementation ray tracing by RayTracingInOneWeekend book

Awesome Lists containing this project

README

          

# Ray-tracing

It is my realise by raytracing book.

## Run

- Run code in cpp

```bash
make cpp
```

- [WIP] Run code in rust-lang

```bash
make rs
```

## Result

![Alt Text](image.png)

## Reference

[_Ray Tracing in One Weekend_](https://raytracing.github.io/books/RayTracingInOneWeekend.html)