zig_vulkan VS zig-vulkan-triangle

Compare zig_vulkan vs zig-vulkan-triangle and see what are their differences.

zig-vulkan-triangle

simple triangle displayed using vulkan, glfw, and zig (by andrewrk)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
zig_vulkan zig-vulkan-triangle
1 1
43 80
- -
0.0 0.0
3 months ago almost 3 years ago
Zig Zig
- MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

zig_vulkan

Posts with mentions or reviews of zig_vulkan. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-10-11.
  • DirectX 12 based gamedev library!
    2 projects | /r/Zig | 11 Oct 2021
    It's not my project, but I happen to be working on a vulkan project! Currently not very much to look at sadly, but if you are curious it can be found here

zig-vulkan-triangle

Posts with mentions or reviews of zig-vulkan-triangle. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-03-05.
  • Linker regression in 0.7.x?
    2 projects | /r/Zig | 5 Mar 2021
    I get the same error when I try to build zig-vulkan-triangle, zang, and ichigo on 0.7.x, and even if I zig cc test.c -lSDL2 -lvulkan (test.c is just int main(int argc, char* argv[]) { return 0; }). This builds fine when I switch back to Zig 0.6.0 or use the system-installed clang (6.0.0-1ubuntu2) or gcc (7.5.0-3ubuntu1~18.04). Stranger still, 0.7.x works fine with -lc and -lm, but not any of the other libraries I tried. Does this perhaps have something to do with Zig building its own libc? I also tried zig cc test.c -target x86_64-linux-musl -lSDL2 with the same results.

What are some alternatives?

When comparing zig_vulkan and zig-vulkan-triangle you can also consider the following projects:

zig-gamedev - Main monorepo for @zig-gamedev libs and example applications

zls - A Zig language server supporting Zig developers with features like autocomplete and goto definition

zig_learn_opengl - Follow the Learn-OpenGL book using Zig

zig - General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software.

river - [mirror] A dynamic tiling Wayland compositor

kernel-zig - :floppy_disk: hobby x86 kernel zig

ziglings - Learn the Zig programming language by fixing tiny broken programs.