Skip to content

2c2c/raytracing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Raytracing in one weekend, written in zig.

The book uses a very C++ OOP-centric style of programming. The code maps to Zig simply, with the exception of interfaces. Idiomatic Zig implements interfaces through manually defining and implenting a vtable (see std.mem.Allocator)

/ Book one final image 2 1_14_1_2.png

About

raytracing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages