From 2ff27ac5c323bbe16e3163282bb3c19948eea339 Mon Sep 17 00:00:00 2001 From: kadhirash Date: Sat, 31 Oct 2020 13:27:26 -0700 Subject: [PATCH] Add rest of Vulkan series (#4931) --- free-programming-books.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/free-programming-books.md b/free-programming-books.md index 705b4848..5b560dde 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -297,6 +297,9 @@ #### Vulkan * [Vulkan Tutorial](https://vulkan-tutorial.com) - Alexander Overvoorde (EPUB, HTML, PDF) (C++) +* [Vulkan Tutorial Java](https://github.com/Naitsirc98/Vulkan-Tutorial-Java) - Cristian Herrera et al (Java) +* [Vulkan Tutorial RS](https://github.com/bwasty/vulkan-tutorial-rs) - Benjamin Wasty et al. (:construction: *in process*) (Rust) +* [Vulkano](https://vulkano.rs/guide/introduction) - Tomaka et al. (HTML) (Rust) ### Graphical User Interfaces -- GitLab