Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Following the vulkan tutorial(https://vulkan-tutorial.com/) using the Rust programming language.
| Date | Stars |
|---|---|
| 2026-07-24 | 535 |
| 2026-07-25 | 535 |
| 2026-07-28 | 535 |
| 2026-07-30 | 535 |
| 2026-08-09 | 534 |
| 2026-08-21 | 533 |
| 2026-08-26 | 534 |
| 2026-08-28 | 533 |
| 2026-09-01 | 532 |
| 2026-09-17 | 533 |
| 2026-09-20 | 533 |
Today
— stars today
This week
+1 stars this week
This month
— stars this month
Momentum
0.0
growth rate 0.19%/day
# vulkan-tutorial-rust [](https://dev.azure.com/usami-ssc/usami-ssc/_build/latest?definitionId=5&branchName=master) [](LICENSE) A Rust implementation of the [Vulkan Tutorial](https://vulkan-tutorial.com) based on [ash crate](https://crates.io/crates/ash). ## Status The environment configuration is same as ash. See [here](https://github.com/MaikKlein/ash#example) for more detail. Vulkan is quite hard. All examples on official website have been finished. :beers: ## Usage Enter the project root directory, download the assets by the python3 script: ```shell vulkan-tutorial-rust$ python download_asset.py ``` Run any example with the following command: ```shell $ cargo run --bin example_number ``` Here replace `example_number` with option in the following table: | example_number | Code | Reference | Note | | -------------- | ------------------------------------------------------------ | ------------------------------------------------------------ | ------------------------------------------------------------ | | 00 | [00_base_code.rs](./src/tutorials/00_base_code.rs) | [Link](https://vulkan-tutorial.com/Drawing_a_triangle/Setup/Base_code) | | | 01 | [01_instance_creation.rs](./src/tutorials/01_instance_creation.rs) | [Link](https://vulkan-tutorial.com/Drawing_a_triangle/Setup/Instance) | | | 02 | [02_validation_layers.rs](./src/tutorials/02_validation_layers.rs) | [Link](https://vulkan-tutorial.com/Drawing_a_triangle/Setup/Validation_layers) | | | 03 | [03_physical_device_selection.rs](./src/tutorials/03_physical_device_selection.rs) | [Link](https://vulkan-tutorial.com/Drawing_a_triangle/Setup/Physical_devices_and_queue_families) | | | 04 | [04_logical_device.rs](./src/tutorials/04_logical_device.rs) | [Link](https://vulkan-tutorial.com/Drawing_a_triangle/Setup/Logical_device_and_queues) | | | 05 | [05_window_surface.rs](./src/tutorials/05_window_surface.rs) | [Link](https://vulkan-tutorial.com/Drawing_a_triangle/Presentation/Window_surface) | | | 06 | [06_swap_chain_creation.rs](./src/tutorials/06_swap_chain_creation.rs) | [Link](https://vulkan-tutorial.com/Drawing_a_triangle/Presentation/Swap_chain) | | | 07 | [07_image_view.rs](./src/tutorials/07_image_view.rs) | [Link](https://vulkan-tutorial.com/Drawing_a_triangle/Presentation/Image_views) | | | 08 | [08_graphics_pipeline.rs](./src/tutorials/08_graphics_pipeline.rs) | [Link](https://vulkan-tutorial.com/Drawing_a_triangle/Graphics_pipeline_basics) | | | 09 | [09_shader_modules.rs](./src/tutorials/09_shader_modules.rs) | [Link](https://vulkan-tutorial.com/Drawing_a_triangle/Graphics_pipeline_basics/Shader_modules) | | | 10 | [10_fixed_functions.rs](./src/tutorials/10_fixed_functions.rs) | [Link](https://vulkan-tutorial.com/Drawing_a_triangle/Graphics_pipeline_basics/Fixed_functions) | | | 11 | [11_render_pa
Excerpt of 8,848 characters
Read on GitHub108
6
1
1
1
1
1
1
Would you bet a product on this? Bounded 0–100 and slow moving.
matched fp:374203d1a4384770, topic:tutorial, name:tutorial, desc:tutorial