zig-vulkan-triangle
Triangle renderer
A simple implementation of a triangle using Vulkan and Zig, showcasing graphics rendering with xcb.
simple triangle displayed using vulkan, xcb, and zig
117 stars
7 watching
15 forks
Language: Zig
last commit: 3 months ago
Linked from 3 awesome lists
vulkanxcbzig
Related projects:
Repository | Description | Stars |
---|---|---|
avokadoen/zig_vulkan | A tool for creating a Vulkan-based graphics renderer using Zig programming language | 51 |
andrewrk/zig-mandelbrot-gl | A Zig programming language implementation of the Mandelbrot set using OpenGL graphics | 9 |
zig-community/hello-triangle | A Zig program that draws an OpenGL triangle in a window | 10 |
snektron/vulkan-zig | Automates the process of generating Vulkan bindings for Zig programming language | 526 |
winksaville/zig-3d-soft-engine | An attempt to create a basic 3D rendering engine using the Zig programming language. | 3 |
andrewrk/zig-window | A cross-platform windowing API with support for multiple graphics contexts and event handling. | 118 |
prime31/zig-renderkit | An OpenGL backend API abstraction layer for Zig programming language | 69 |
andrewrk/libz | A Zig port of zlib, replacing its build system with a custom implementation. | 14 |
ikskuh/softrenderlib | A collection of software rendering routines for 2D and 3D graphics in Zig. | 21 |
andrewrk/xml | A library that tokenizes XML data into smaller units for easier processing | 25 |
andrewrk/tetris | A simple implementation of the classic Tetris puzzle game in Zig programming language. | 403 |
kubkon/zig-snapshots | Generates an interactive HTML visualization of Zig's incremental linker state | 44 |
tkych/donuts | A Common Lisp library for drawing graphs using a domain-specific language | 26 |
andrewrk/clashos | A bare metal game development project for the Raspberry Pi 3 B+ using Zig. | 219 |
ziglibs/fontaine | A text rendering library providing basic font layouting and glyph information for rendering text in arbitrary contexts. | 34 |