vulkanalia
Vulkan bindings for Rust. (by KyleMayes)
vulkan-tutorial-rust
Following the vulkan tutorial(https://vulkan-tutorial.com/) using the Rust programming language. (by unknownue)
vulkanalia | vulkan-tutorial-rust | |
---|---|---|
1 | 2 | |
303 | 485 | |
1.7% | 1.6% | |
8.1 | 0.0 | |
2 months ago | about 2 years ago | |
Rust | Rust | |
Apache License 2.0 | 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.
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.
vulkanalia
Posts with mentions or reviews of vulkanalia.
We have used some of these posts to build our list of alternatives
and similar projects.
-
Yet Another Vulkan Tutorial: A Full Port of vulkan-tutorial.com to Rust
It is a full port (with 3 bonus chapters!) of https://vulkan-tutorial.com, a well-known C++ based Vulkan tutorial by Alexander Overvoorde. This means both the text of the tutorial as well as the code have been rewritten to use my low-level Vulkan bindings for Rust (https://github.com/KyleMayes/vulkanalia). Like the original, every chapter in my port of the tutorial has full example code.
vulkan-tutorial-rust
Posts with mentions or reviews of vulkan-tutorial-rust.
We have used some of these posts to build our list of alternatives
and similar projects.
-
What do you think about Zig? (x-post)
1: 15_hello_triangle.rs 9 unsafe in 400 LoC
-
Help with switching from ASH to ERUPT vulkan crate.
I have a small side project I use to learn rust and vulkan that mainly follows the vulkan-rust-tutorial and adapt it to be a small render engine.
What are some alternatives?
When comparing vulkanalia and vulkan-tutorial-rust you can also consider the following projects:
ash - Vulkan bindings for Rust
screen-13 - Screen 13 is an easy-to-use Vulkan rendering engine in the spirit of QBasic.
vulkano - Safe and rich Rust wrapper around the Vulkan API
yakui - yakui is a declarative Rust UI library for games
pilka - Another live-coding tool for creating shader demos, Vulkan+Wgpu powered.