Unofficial Scratchapixel website's code repo ported to the Zig programming language.
Note
I am in no way affiliated to scratchapixel.com and this repository's primary function is to learn graphics programming and the Zig programming language.
Please refer to #1 for the status of the various ports
This repo is divided in three directories:
- original, for the original code, untouched
- zig-build-system, for the cpp code but with the zig build system
- zig, for the zig ports