Skip to content

Latest commit

 

History

36 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

raytracing.zig

Zig implementation of a ray tracer by following along with the Ray Tracing in One Weekend book. Link below:

Ray Tracing in One Weekend

Usage

# for now, make changes to rendered scene in src/main.zig
# <make changes>
zig build -Doptimize=ReleaseFast
zig-out/bin/rtow > image.ppm

TODO

  • Unit tests

  • Configurable renders

  • Optimizations (e.g. SIMD)

About

ray tracing in one weekend with zig

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages