Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 1.41 KB

readme.md

File metadata and controls

40 lines (26 loc) · 1.41 KB

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.