Skip to content

Latest commit

 

History

History
6 lines (3 loc) · 333 Bytes

README.md

File metadata and controls

6 lines (3 loc) · 333 Bytes

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