zig-sparse-set
Sparse iterator
A data structure implementation for efficient iteration and lookup over sparse data in game development or similar applications.
Sparse sets for zig, supporting both SOA and AOS style
66 stars
5 watching
2 forks
Language: Zig
last commit: 5 months ago
Linked from 2 awesome lists
public-domainsparse-setszig
Related projects:
Repository | Description | Stars |
---|---|---|
srekel/zag | A game development project with a custom engine written in Zig and C. | 8 |
nektro/zig-range | A utility function to iterate over a sequence of numbers without an additional loop variable | 14 |
mdsteele/ziegfried | A general-purpose memory allocator for the Zig programming language. | 24 |
jedisct1/zigly | A library that simplifies writing custom code for Fastly's Compute@Edge service using the Zig programming language. | 84 |
spiraldb/streamvbyte-zig | A Zig port of an efficient compression codec for binary data | 5 |
sreehax/zig-ini | A library to parse .ini files in the Zig programming language. | 6 |
gsquire/zig-snappy | A Zig library implementing a fast, block-based compression algorithm. | 28 |
ziglibs/s2s | A binary serialization format and library for Zig. | 130 |
snektron/vulkan-zig | Automates the process of generating Vulkan bindings for Zig programming language | 510 |
tiehuis/zig-sdl2 | A minimal wrapper around SDL2 for the Zig programming language | 14 |
shritesh/zigfmt-web | A compilation tool for formatting Zig source code into WebAssembly format | 43 |
nektro/zig-tracy | A set of bindings for the Tracy profiler to be used with Zig programming language | 65 |
ikskuh/sdl.zig | Provides a Zig wrapper around SDL2 with object API and error handling | 362 |
prime31/zig-upaya | A Zig-based framework for creating game tools and helper apps. | 131 |
ikskuh/softrenderlib | A collection of software rendering routines for 2D and 3D graphics in Zig. | 21 |