Raytracer in one weekend, in rust.
https://github.com/RayTracing/raytracing.github.io/
This is a toy project for educational purpose. Don't expect anything mindblowing. Just simple code from first principles.
Since I am just learning rust, some stuff might be badly implemented. Especially, custom operators and best practices for data ownership may be completely wrong, as I am currently focusing on "making things work", and improve as I read more about the language and libraries.
Don't use any code in this repo as reference for anything.
scripts/ppm2png.py
: convert a folder of ppm files to pngscripts/imview.py
: pyqtgraph-based viewer for image files. Image will be updated every time the file is changed.