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: 17 days 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,135 |
gfx-rs/gfx | A cross-platform GPU API that provides low-level graphics and compute capabilities | 5,361 |
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 and tutorials to help developers create optimized Vulkan applications | 4,339 |
khronosgroup/vulkan-docs | The Khronos Group's documentation repository for the Vulkan API and related tools. | 2,806 |
saschawillems/vulkan | A collection of C++ examples and demos for the Vulkan graphics API | 10,372 |
bero1985/pasvulkan | A framework and API wrapper for Object Pascal to interact with the Vulkan graphics API | 193 |
vulkan-go/vulkan | Provides Go bindings for a cross-platform 3D graphics and compute API to interact with Vulkan without needing C/C++ | 753 |
ash-rs/ash | A lightweight wrapper around Vulkan bindings for Rust to provide additional type safety and convenience features. | 1,850 |
kaminarios/rustracer | A 3D graphics rendering library utilizing Vulkan ray tracing and written in Rust | 70 |
juhaku/utoipa | Generates OpenAPI documentation from Rust API code | 2,474 |
gfx-rs/wgpu | A cross-platform graphics API that abstracts multiple GPU interfaces and provides a Rust interface. | 12,673 |
overv/vulkantutorial | A tutorial and e-book guide to the Vulkan graphics and compute API using C++ | 3,183 |
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. | 131 |