https://github.com/zlfn/vulkan-study
Vulkan Study with Rust
https://github.com/zlfn/vulkan-study
Last synced: 10 months ago
JSON representation
Vulkan Study with Rust
- Host: GitHub
- URL: https://github.com/zlfn/vulkan-study
- Owner: zlfn
- Created: 2025-07-29T13:29:44.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2025-07-29T13:32:37.000Z (11 months ago)
- Last Synced: 2025-07-29T15:57:25.625Z (11 months ago)
- Language: Rust
- Size: 15.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vulkan Study
A learning project following the Vulkanalia tutorial to understand Vulkan graphics programming in Rust.
## About
This repository contains code examples and exercises from the [Vulkanalia tutorial](https://kylemayes.github.io/vulkanalia/), which teaches Vulkan API usage through Rust.
## Tutorial
Following: https://kylemayes.github.io/vulkanalia/
Also referenced: https://vulkan-tutorial.com/
## Dependencies
- Rust
- Vulkan SDK (I'm using LunarG SDK)
## Getting Started
```bash
cargo build
cargo run
```