https://github.com/matchachoco010/vulkan-tutorial-memo
VulkanのチュートリアルをRustとVulkanoで行った記録用リポジトリ
https://github.com/matchachoco010/vulkan-tutorial-memo
Last synced: about 1 year ago
JSON representation
VulkanのチュートリアルをRustとVulkanoで行った記録用リポジトリ
- Host: GitHub
- URL: https://github.com/matchachoco010/vulkan-tutorial-memo
- Owner: MatchaChoco010
- Created: 2020-08-31T07:00:49.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-04T04:42:12.000Z (almost 6 years ago)
- Last Synced: 2025-02-13T02:26:02.846Z (over 1 year ago)
- Language: Rust
- Size: 28.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# VulkanのチュートリアルをRustとVulkanoで行った記録用リポジトリ
私が行ったVulkanのチュートリアルのコードをまとめるリポジトリです。
ワークスペースの各メンバが各チュートリアルに対応しています。
現状では以下のチュートリアル、本などをやっています。
- [https://github.com/bwasty/vulkan-tutorial-rs](https://github.com/bwasty/vulkan-tutorial-rs)
- [Introduction - Vulkan Tutorial](https://vulkan-tutorial.com/Introduction)
- [fadis_press「3DグラフィクスAPI Vulkanを出来るだけやさしく解説する本(PDF版)」](https://booth.pm/ja/items/1562222)