zig-vulkan-triangle VS kernel-zig

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

zig-vulkan-triangle

simple triangle displayed using vulkan, glfw, and zig (by andrewrk)

kernel-zig

:floppy_disk: hobby x86 kernel zig (by jzck)
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 kernel-zig
1 2
80 414
- -
0.0 4.6
almost 3 years ago 9 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.

kernel-zig

Posts with mentions or reviews of kernel-zig. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-10-31.

What are some alternatives?

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

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

toaruos - A completely-from-scratch hobby operating system: bootloader, kernel, drivers, C library, and userspace including a composited graphical UI, dynamic linker, syntax-highlighting text editor, network stack, etc.

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

sectorlisp - Bootstrapping LISP in a Boot Sector

river - [mirror] A dynamic tiling Wayland compositor

zap - An asynchronous runtime with a focus on performance and resource efficiency.

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

zig-v8 - Simple V8 builds with C and Zig bindings.

zig_vulkan - Toying with vulkan and zig

zigup - Download and manage zig compilers.

gyro - A Zig package manager with an index, build runner, and build dependencies.

minesweeper-zig - Simple Minesweeper clone written in Zig, using SDL for graphics.