From 87781d389e2f4a003913ac9498fde8fdb56c341b Mon Sep 17 00:00:00 2001 From: charles-r-earp Date: Tue, 7 Nov 2023 00:48:57 -0800 Subject: [PATCH] Add krnl to projects using vulkano. (#2395) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2056cef6..850e722d 100644 --- a/README.md +++ b/README.md @@ -73,6 +73,7 @@ contributing(opening a PR) into [README.md](https://github.com/vulkano-rs/vulkan | [Egui Winit Vulkano](https://github.com/hakolao/egui_winit_vulkano) | Vulkano integration with Egui | | [VideowindoW](https://www.videowindow.eu/) | Uses Vulkano under the hood to enable asynchronous video stream compositing | | [Korangar](https://github.com/vE5li/korangar) | A Vulkan based Ragnarok Online client | +| [Krnl](https://github.com/charles-r-earp/krnl) | Safe, portable, high performance compute (GPGPU) kernels. | We would love to help you keep your project in sync with the most recent changes in Vulkano if you give us feedback by adding your project to this list.