From bb99d6933c4003c8ec22f6f22947e99510be9497 Mon Sep 17 00:00:00 2001 From: Adam Sawicki Date: Tue, 10 Apr 2018 13:30:27 +0200 Subject: [PATCH] Updated README.md: Added link to vma_sample_sdl project. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1191012..136b35c 100644 --- a/README.md +++ b/README.md @@ -98,4 +98,5 @@ See **[Documentation](https://gpuopen-librariesandsdks.github.io/VulkanMemoryAll - **[Awesome Vulkan](https://github.com/vinjn/awesome-vulkan)** - a curated list of awesome Vulkan libraries, debuggers and resources. - **[PyVMA](https://github.com/realitix/pyvma)** - Python wrapper for this library. Author: Jean-Sébastien B. (@realitix). License: Apache 2.0. +- **[vma_sample_sdl](https://github.com/rextimmy/vma_sample_sdl)** - SDL port of the sample app of this library (with the goal of running it on multiple platforms, including MacOS). Author: @rextimmy. License: MIT. - **[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.