Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 772 Bytes

File metadata and controls

15 lines (11 loc) · 772 Bytes

⚡⚡ scratchaplixel-code-zig ⚡⚡

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.

Status

Please refer to #1 for the status of the various ports

Project structure

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