From c8fb6a16c2f26d400e7ba51282ffac13af54da1c Mon Sep 17 00:00:00 2001 From: SSSxCCC <570909477@qq.com> Date: Sun, 28 Jul 2024 18:47:40 +0800 Subject: [PATCH] Add steel to projects using vulkano. (#2551) * Add steel to projects using vulkano. * Add steel to projects using vulkano. --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4af47c1e..11245455 100644 --- a/README.md +++ b/README.md @@ -68,13 +68,14 @@ contributing(opening a PR) into [README.md](https://github.com/vulkano-rs/vulkan | Project Name | Description | | ------------ | ----------- | | [Basalt](https://github.com/AustinJ235/basalt) | GUI framework for Desktop applications | -| [Ferret](https://github.com/Rua/ferret) | Doom-compatible game engine | -| [Sandbox](https://github.com/hakolao/sandbox) | 2D Pixel Physics Simulator | | [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 | +| [Ferret](https://github.com/Rua/ferret) | Doom-compatible game engine | | [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. | +| [Sandbox](https://github.com/hakolao/sandbox) | 2D Pixel Physics Simulator | +| [Steel](https://github.com/SSSxCCC/steel) | The Steel Game Engine. | | [Vera](https://github.com/Coddeus/vera) | Animation engine scripted in Rust. | +| [VideowindoW](https://www.videowindow.eu/) | Uses Vulkano under the hood to enable asynchronous video stream compositing | 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.