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

https://github.com/stefanasandei/cpu-ray-tracer

🌠 ray tracing on the cpu
https://github.com/stefanasandei/cpu-ray-tracer

Last synced: about 1 month ago
JSON representation

🌠 ray tracing on the cpu

Awesome Lists containing this project

README

        

# ray-tracer 🌠

A hobby CPU-based ray tracer built from scratch in Rust

![example](./renders/metals.png)

## Resources

The resources I used to learn this stuff:

- https://raytracing.github.io/books/RayTracingInOneWeekend.html
- https://pbr-book.org/
- https://github.com/TheCherno/RayTracing

## License

[GPLv3](LICENSE) © [Asandei Stefan](https://asandei.com)