vulkano
Graphics library
A Rust wrapper around the Vulkan API providing a safe and rich interface to the graphics programming environment.
Safe and rich Rust wrapper around the Vulkan API
5k stars
61 watching
437 forks
Language: Rust
last commit: about 1 month ago
Linked from 4 awesome lists
graphics-programmingrustspir-vvulkanvulkan-api
Related projects:
Repository | Description | Stars |
---|---|---|
khronosgroup/vulkan-hpp | Provides C++ bindings for the Vulkan API to improve developer experience | 3,161 |
gfx-rs/gfx | A cross-platform GPU API that provides low-level graphics and compute capabilities | 5,362 |
darmie/linc_vulkan | A set of bindings and wrappers around the Vulkan graphics API to make it accessible from Haxe programming language. | 14 |
khronosgroup/vulkan-samples | A collection of resources demonstrating best-practice recommendations in Vulkan and providing tutorials and performance analysis guides for optimized application development. | 4,392 |
khronosgroup/vulkan-docs | The Khronos Group's documentation repository for the Vulkan API and related tools. | 2,836 |
saschawillems/vulkan | A collection of C++ examples and demos for the Vulkan graphics API | 10,461 |
bero1985/pasvulkan | A framework and API wrapper for Object Pascal to interact with the Vulkan graphics API | 194 |
vulkan-go/vulkan | Provides Go bindings for a cross-platform 3D graphics and compute API to interact with Vulkan without needing C/C++ | 756 |
ash-rs/ash | A lightweight wrapper around Vulkan bindings for Rust to provide additional type safety and convenience features. | 1,880 |
kaminarios/rustracer | A 3D graphics rendering library utilizing Vulkan ray tracing and written in Rust | 73 |
juhaku/utoipa | Generates OpenAPI documentation from Rust API code | 2,556 |
gfx-rs/wgpu | A cross-platform, Rust-based graphics API that abstracts multiple GPU APIs and WebGL2/WebGPU. | 12,904 |
overv/vulkantutorial | A tutorial and e-book guide to the Vulkan graphics and compute API using C++ | 3,224 |
ul-fri-lgm/logi | A C++ framework for building Vulkan-based graphics applications with minimal overhead and easy-to-use API | 15 |
kotlin-graphics/vkk | A Kotlin wrapper library for the Vulkan C API that adds features like type safety and exceptions to improve developers' experience without significant CPU runtime cost. | 134 |