Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1dbd594

Browse files
authored
Add another good Rust tutorial (#352)
* Add another good Rust tutorial * Update 00_Introduction.md
1 parent bba1ee6 commit 1dbd594

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

en/00_Introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ for a great introduction of computer graphics concepts. Some other great compute
4848
You can use C instead of C++ if you want, but you will have to use a different
4949
linear algebra library and you will be on your own in terms of code structuring.
5050
We will use C++ features like classes and RAII to organize logic and resource
51-
lifetimes. There is also an [alternative version](https://github.com/bwasty/vulkan-tutorial-rs) of this tutorial available for Rust developers.
51+
lifetimes. There are also two alternative versions of this tutorial available for Rust developers: [Vulkano based](https://github.com/bwasty/vulkan-tutorial-rs), [Vulkanalia based](https://kylemayes.github.io/vulkanalia).
5252

5353
To make it easier to follow along for developers using other programming languages, and to get some experience with the base API we'll be using the original C API to work with Vulkan. If you are using C++, however, you may prefer using the newer [Vulkan-Hpp](https://github.com/KhronosGroup/Vulkan-Hpp) bindings that abstract some of the dirty work and help prevent certain classes of errors.
5454

0 commit comments

Comments
 (0)