zig-vulkan-triangle VS zig_vulkan

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

zig-vulkan-triangle

simple triangle displayed using vulkan, glfw, and zig (by andrewrk)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
zig-vulkan-triangle zig_vulkan
1 1
80 43
- -
0.0 0.0
almost 3 years ago 3 months 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-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.

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

What are some alternatives?

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

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

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

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

zig_learn_opengl - Follow the Learn-OpenGL book using Zig

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.