Add steel to projects using vulkano. (#2551)

* Add steel to projects using vulkano.

* Add steel to projects using vulkano.
This commit is contained in:
SSSxCCC 2024-07-28 18:47:40 +08:00 committed by GitHub
parent 5782c1a2a6
commit c8fb6a16c2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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.