An open API service indexing awesome lists of open source software.

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

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
```