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
- Host: GitHub
- URL: https://github.com/sshaplygin/ray-tracing
- Owner: sshaplygin
- License: mit
- Created: 2023-04-30T19:42:11.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-01-06T16:55:41.000Z (about 2 years ago)
- Last Synced: 2025-01-22T12:11:32.328Z (12 months ago)
- Topics: education, educational-project, pet-project, ray-tracing, raytracing
- Language: C++
- Homepage:
- Size: 882 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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

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