diff --git a/free-programming-books.md b/free-programming-books.md index eae10be6725140ff04f10d06fdeb514bf9b33a4f..eb1dfdf04bfe9734edc64a84c20f21190bb34f7e 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -57,6 +57,7 @@ * [Go](#go) * [Graphical user interfaces](#graphical-user-interfaces) * [Graphics Programming](#graphics-programming) + * [Vulkan](#vulkan) * [GraphQL](#graphql) * [Groovy](#groovy) * [Gradle](#gradle) @@ -293,6 +294,11 @@ * [WebGL Insights](http://webglinsights.com) - Patrick Cozzi and Contributors +#### Vulkan + +* [Vulkan Tutorial](https://vulkan-tutorial.com) - Alexander Overvoorde (EPUB, HTML, PDF) (C++) + + ### Graphical User Interfaces * [Programming with gtkmm 3](https://developer.gnome.org/gtkmm-tutorial/stable/)