An open API service indexing awesome lists of open source software.

https://github.com/fautore/scratchapixel-code-zig

WIP Unofficial Scratchapixel website's code repo ported to the Zig programming language.
https://github.com/fautore/scratchapixel-code-zig

graphics-programming scratchapixel zig zig-build ziglang

Last synced: 10 months ago
JSON representation

WIP Unofficial Scratchapixel website's code repo ported to the Zig programming language.

Awesome Lists containing this project

README

          

# ⚡⚡ scratchaplixel-code-zig ⚡⚡

Unofficial [Scratchapixel](https://www.scratchapixel.com) website's [code repo](https://github.com/scratchapixel/scratchapixel-code) ported to the [Zig programming language](https://ziglang.org).

> [!NOTE]
> I am in no way affiliated to [scratchapixel.com](https://scratchapixel.com) and this repository's primary function is to learn graphics programming and the Zig programming language.

# Status
Please refer to https://github.com/fautore/scratchapixel-code-zig/issues/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