You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-7Lines changed: 3 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,8 +2,7 @@
2
2
3
3
This repository lists "awesome" projects written in Zig, maintained by [ZigCC community](https://ziglang.cc).
4
4
5
-
> [!IMPORTANT]
6
-
> The word "awesome" does not signify stability; instead, it might suggest something is somewhat old-fashioned or lacking novelty. Hence, exercise caution.
5
+
> [!IMPORTANT] The word "awesome" does not signify stability; instead, it might suggest something is somewhat old-fashioned or lacking novelty. Hence, exercise caution.
7
6
8
7
## Contributing
9
8
@@ -164,7 +163,7 @@ TOC is generated by [markdown-toc](https://github.com/jonschlinkert/markdown-toc
164
163
-[deckarep/ziglang-set](https://github.com/deckarep/ziglang-set) : A generic and general purpose Set implementation for the Zig language.
165
164
-[yamafaktory/hypergraphz](https://github.com/yamafaktory/hypergraphz) : HypergraphZ - A Hypergraph Implementation in Zig.
166
165
-[williamw520/toposort](https://github.com/williamw520/toposort) : Topological sort library that produces topological ordered nodes and dependence-free subsets.
167
-
-[kobolds-io/stdx](https://github.com/kobolds-io/stdx) : Helpful extensions to the zig standard library.
166
+
-[kobolds-io/stdx](https://gitlab.com/kobolds-io/stdx) : Helpful extensions to the zig standard library.
168
167
-[CogitatorTech/ordered](https://github.com/CogitatorTech/ordered): A sorted collection library (sorted sets and sorted maps) for Zig
169
168
170
169
## String Processing
@@ -402,8 +401,7 @@ TOC is generated by [markdown-toc](https://github.com/jonschlinkert/markdown-toc
-[range](https://github.com/kassane/range-v3): Range library for C++14/17/20, basis for C++20's std::ranges
404
403
-[zig-libxml2](https://github.com/kassane/zig-libxml2): libxml2 built using Zig build system
405
-
-[benchmark](https://github.com/kassane/benchmark): A microbenchmark support library
406
-
First post at [here](https://ziggit.dev/t/is-there-a-list-of-projects-that-has-been-zigged/1785).
404
+
-[benchmark](https://github.com/kassane/benchmark): A microbenchmark support library First post at [here](https://ziggit.dev/t/is-there-a-list-of-projects-that-has-been-zigged/1785).
407
405
-[libffi](https://github.com/alexrp/libffi): libffi with a Zig build script.
408
406
-[boring_tls](https://github.com/Thomvanoorschot/boring_tls): Google's BoringTLS client and server. Adds TLS to any (including non standard library) TCP/HTTP traffic
409
407
@@ -422,7 +420,6 @@ TOC is generated by [markdown-toc](https://github.com/jonschlinkert/markdown-toc
422
420
## Scientific Computation
423
421
424
422
-### Linear Algebra
425
-
426
423
-[kooparse/zalgebra](https://github.com/kooparse/zalgebra) : Linear algebra library for games and real-time graphics.
427
424
-[ziglibs/zlm](https://github.com/ziglibs/zlm) : Zig linear mathematics.
428
425
-[omaraaa/VecFns](https://github.com/omaraaa/VecFns) : Automatic Vector Math Functions In Zig.
@@ -450,7 +447,6 @@ TOC is generated by [markdown-toc](https://github.com/jonschlinkert/markdown-toc
450
447
-[SilasMarvin/dnns from scratch in zig](https://github.com/SilasMarvin/dnns-from-scratch-in-zig) : a very simple implementation of deep neural networks written in the Zig programming language. https://silasmarvin.dev/dnns-from-scratch-in-zig
0 commit comments