pparaxan/Quark
Archived
1
1
Fork 0
A lightweight GUI toolkit for Zig, focused on simplicity and performance. https://codeberg.org/pparaxan/Quark
This repository has been archived on 2026-01-08. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
  • Zig 99.1%
  • GLSL 0.8%
  • C 0.1%
Find a file
xanners 3bd606c07a
Render multiple Images with distinct textures
Introduce a texture cache and per-texture descriptor sets that draw
images in batches with a descriptor rebinding to avoid overwriting a
single global texture.

This commit used AI.
2026-01-05 03:51:22 -05:00
.forgejo Escaped the backticks in workflow commit messages [skip ci] 2025-12-19 11:35:28 -05:00
.vscode .vscode: recommended extensions 2026-01-02 01:35:30 -05:00
.zed 🎉 Quark (v4[r3]) 2025-11-02 13:49:32 -05:00
build Format core files [skip ci] 2026-01-03 09:38:06 +00:00
src Render multiple Images with distinct textures 2026-01-05 03:51:22 -05:00
.gitattributes Identify the spv file extension as a binary file for Git [skip ci] 2025-12-19 11:21:19 -05:00
.gitignore 🎉 Quark (v4[r3]) 2025-11-02 13:49:32 -05:00
build.zig build.zig: Remove the std const, use std directly. 2026-01-01 12:41:12 -05:00
build.zig.zon Add freetype dependency to build.zig.zon [skip ci] 2026-01-03 04:22:34 -05:00
LICENSE Fix the ambiguous Unicode character located in LICENSE [skip ci] 2026-01-02 01:46:04 -05:00
README.md README.md: Update "tagline", add Zig version badge and added a 2026-01-01 22:49:27 -05:00

Lightweight GUI library prioritizing simplicity and performance.

Documentation QVersion License Revolt Zversion

Quark is still experimental. APIs will change, and platform support is still evolving.