Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 1.1 KB

README.md

File metadata and controls

29 lines (24 loc) · 1.1 KB

tracy

I'm teaching myself Rust! There are many many reasons for this, which I will write down if (1) I find the time (2) someone actually wants to know.

Resources (so far):

Chapters:

  1. Hello, World! (hello_world.rs)
  2. Slightly improved hello world (hello_world_better.rs)
  3. Rays, a simple camera, and background (simple_camera.rs)
  4. Spheres! (simple_sphere.rs)
  5. Surface normals (shading spheres) (single_shaded_spheres.rs)
  6. Multiple hitable surfaces (multiple_spheres.rs)
  7. Diffuse Materials - render realistic looking spheres! (diffuse.rs)
  8. Metal (metal.rs)