From f79b75763ccc886a0a750efb3ecfda07057d508d Mon Sep 17 00:00:00 2001 From: Adam Sawicki Date: Tue, 26 Sep 2017 16:43:37 +0200 Subject: [PATCH] README.md: Added link to PyVMA. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 17ac7e3..c1889cd 100644 --- a/README.md +++ b/README.md @@ -59,4 +59,5 @@ See **[Documentation](https://gpuopen-librariesandsdks.github.io/VulkanMemoryAll # See also - **[Awesome Vulkan](https://github.com/vinjn/awesome-vulkan)** - a curated list of awesome Vulkan libraries, debuggers and resources. -- **[vulkan-malloc](https://github.com/dylanede/vulkan-malloc)** - Vulkan memory allocation library for Rust. Based on version 1 of this library. Author: Dylan Ede. License: MIT / Apache 2.0. +- **[PyVMA](https://github.com/realitix/pyvma)** - Python wrapper for this library. Author: Jean-Sébastien B. (@realitix). License: Apache 2.0. +- **[vulkan-malloc](https://github.com/dylanede/vulkan-malloc)** - Vulkan memory allocation library for Rust. Based on version 1 of this library. Author: Dylan Ede (@dylanede). License: MIT / Apache 2.0.