Skip to content

sevas/rt1we-rs

Repository files navigation

rt1we-rs

GitHub Workflow Status (with event) codecov

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.

Current status:

Word of Caution

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.

python tools

  • scripts/ppm2png.py: convert a folder of ppm files to png
  • scripts/imview.py: pyqtgraph-based viewer for image files. Image will be updated every time the file is changed.

About

raytracer in one weekend, in rust

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published