Skip to content

arshiamufti/tracy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

a raytracter in rust!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages