liampwll / zig-efi-osLinks
☆17Updated 5 years ago
Alternatives and similar repositories for zig-efi-os
Users that are interested in zig-efi-os are comparing it to the libraries listed below
Sorting:
- An attempt to write an archiver using zig☆35Updated last year
- A simple command line parser☆18Updated 5 years ago
- Support for x86_64 specific instructions (e.g. TLB flush), registers (e.g. control registers), and structures (e.g. page tables)☆17Updated 2 years ago
- UEFI-bootable touch paint app☆47Updated 5 years ago
- zlib with the build system replaced by zig☆15Updated last year
- library for assembling x86 in zig (WIP)☆29Updated 4 years ago
- Like dumpbin.exe but cross-platform☆34Updated 10 months ago
- ZIP (and soon, other formats) implemented in Zig☆28Updated last year
- dwarfdump utility but in Zig☆30Updated last year
- pure zig language server with swagger and bling bling☆19Updated 5 years ago
- A retro-style gaming console running on bare x86 metal written in Zig☆55Updated 4 years ago
- Experimental wasm linker☆43Updated 2 years ago
- Coroutines for Zig☆19Updated 2 years ago
- Low-level implementation of different painting primitives (lines, rectangles, ...) without specialization on a certain draw target☆23Updated 9 months ago
- Repository for developing software for a "personal cloud" project☆23Updated 3 years ago
- Linker for the Coff/PE file format☆22Updated 3 years ago
- Code coverage for compiled binaries using Callgrind, mostly geared towards Zig code☆16Updated 3 years ago
- A library to support text rendering in arbitrary contexts☆37Updated 2 years ago
- x86_64 disassembler library written in Zig☆39Updated 3 months ago
- A type erasure library for Zig that is meant to be eventually upstreamed to std☆39Updated 3 months ago
- Game engine written in zig, no external dependencies required!☆49Updated 4 years ago
- Minimal string compression☆50Updated last year
- An example application for the Oculus Quest, written in Zig☆36Updated 7 months ago
- Cross platform Zig library for obtaining a rendering context and loading assets☆23Updated 7 months ago
- libc implementation in zig☆29Updated 6 years ago
- Exploring replacing Zig's stage1 compiler with pure C code that outputs pure C code☆25Updated 2 years ago
- Cyborg is a minimalist, self-contained toolkit for building Android apps☆12Updated last year
- Fast, small, cross-platform WebGPU implementation☆28Updated 2 years ago
- A JSON5 parser/stringifier for Zig resembling the std.json API