Zig OBJ Parsing: A Small, Fast Parser You Can Verify
How I built a tiny OBJ vertex parser in Zig to understand manual memory allocation, explicit error handling, and why parsing is about predictable failures.
What is the parsing tag? The parsing tag collects 2 articles from Bradley Matera's portfolio covering parsing-related topics in web development, cloud engineering, and AI. Each article includes real project examples, code snippets, and verification steps — not generic tutorials.
2 articles spanning 22.0–18.0. Written by Bradley Matera, a web developer in Durand, Illinois, serving Northwest Illinois with website design, SEO, and full-stack development. Last updated 18.06.2025.
These 2 articles cover parsing-related topics from a practical, hands-on perspective. Each piece is based on real projects, experiments, or problems I solved — not theoretical overviews. You'll find code examples, before-and-after comparisons, and specific tools or techniques that worked in practice.
The following 2 articles are tagged “parsing”:
| Title | Date | Read time |
|---|---|---|
| Zig OBJ Parsing: A Small, Fast Parser You Can Verify | 18.06.2025 | 6 min |
| OBJ Parser Lab: Count Vertices and Faces in Zig | 22.02.2025 | 13 min |
How I built a tiny OBJ vertex parser in Zig to understand manual memory allocation, explicit error handling, and why parsing is about predictable failures.
A complete Zig OBJ parsing lab: read a file, count vertices and faces safely, handle weird input, and harden the parser with exact steps and verification checks…
Looking for more topics? Browse all tags or visit the blog index for the full archive.