From 952ad32c8525f10083d7a53955ea63746f2fd26b Mon Sep 17 00:00:00 2001 From: Friz64 Date: Thu, 1 Jul 2021 23:34:02 +0200 Subject: [PATCH] N23: Add erupt --- content/news/023/erupt.svg | 213 +++++++++++++++++++++++++++++++++++++ content/news/023/index.md | 19 ++++ 2 files changed, 232 insertions(+) create mode 100644 content/news/023/erupt.svg diff --git a/content/news/023/erupt.svg b/content/news/023/erupt.svg new file mode 100644 index 000000000..4e24614f7 --- /dev/null +++ b/content/news/023/erupt.svg @@ -0,0 +1,213 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/content/news/023/index.md b/content/news/023/index.md index fbbc9ad0f..70740e4c3 100644 --- a/content/news/023/index.md +++ b/content/news/023/index.md @@ -91,6 +91,25 @@ making of [video](https://youtube.com/watch?v=3TOEZ7krhvI) on YouTube. ## Library & Tooling Updates +### [erupt] + +![erupt logo](erupt.svg) + +[erupt] by [@Friz64] provides bindings to the Vulkan API. + +Since being last mentioned in the newsletter shortly after its release, erupt +has undergone significant development. The generator, erupt's heart, has been +rewritten from scratch with the aim to improve maintainability. On top of that, +many bugs were fixed, the function loader was rewritten and usability was +improved while always keeping up to date with the latest Vulkan Headers as best +as possible. + +The ecosystem has gained traction, with many people using the crate for their +projects. Pure Rust Vulkan allocators with support for erupt have been released. + +[erupt]: https://gitlab.com/Friz64/erupt +[@Friz64]: https://blog.friz64.de/about + ## Popular Workgroup Issues in Github