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.
- Host: GitHub
- URL: https://github.com/fautore/scratchapixel-code-zig
- Owner: fautore
- Created: 2024-11-04T23:43:48.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-21T19:02:04.000Z (over 1 year ago)
- Last Synced: 2025-01-23T11:33:13.374Z (over 1 year ago)
- Topics: graphics-programming, scratchapixel, zig, zig-build, ziglang
- Language: GLSL
- Homepage:
- Size: 42.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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