Skip to content

Commit

Permalink
Fix architecture diagram link
Browse files Browse the repository at this point in the history
  • Loading branch information
berkus authored and kvark committed Jan 31, 2024
1 parent fc8cb87 commit 180932a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

Blade is an innovative rendering solution for Rust. It starts with a lean [low-level GPU abstraction](https://youtu.be/63dnzjw4azI?t=623) focused at ergonomics and fun. It then grows into a high-level rendering library that utilizes hardware ray-tracing. Finally, a [task-parallel asset pipeline](https://youtu.be/1DiA3OYqvqU) together with [egui](https://www.egui.rs/) support turn it into a minimal rendering engine.

![architecture](architecture.png)
![architecture](https://raw.githubusercontent.com/kvark/blade/main/docs/architecture2.png)

## Examples

Expand Down

0 comments on commit 180932a

Please sign in to comment.