Anybody know why V-EZ has not been updated in 5 years?

This page summarizes the projects mentioned and recommended in the original post on /r/vulkan

InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. vk-bootstrap

    Vulkan Bootstrapping Iibrary

    I recently asked about something similar. AFAIK in terms of convenience layers, only vk-bootstrap is still maintained, other than vulkan.hpp bindings. There's also vookoo but it's rarely updated.

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. Vookoo

    A set of utilities for taking the pain out of Vulkan in header only modern C++

    I recently asked about something similar. AFAIK in terms of convenience layers, only vk-bootstrap is still maintained, other than vulkan.hpp bindings. There's also vookoo but it's rarely updated.

  4. Open-Source Vulkan C++ API

    Open-Source Vulkan C++ API

    Ultimately I went with vulkan.hpp RAII bindings, even though that way also has some learning curve and I couldn't find any documentation other than the RAII programming guide. It's great for getting started, but could use a complementary auto-generated API doc. There are also decent programming samples, which really suck for getting started, but otherwise do a good job of presenting concepts they focus on. Putting the available resources together I was able to get a project going in two weekends.

  5. vuk

    vuk - A rendergraph-based abstraction for Vulkan

    Projects Zink and DXVK implement legacy higher-level APIs on top of Vulkan, things like vk-bootstrap, VMA and vuk simplify/take over managing some specific parts of the API, and you have countless rendering abstractions that can use Vulkan as a backend, the most famous one being WebGPU and it's wgpu implementation.

  6. wgpu

    A cross-platform, safe, pure-Rust graphics API.

    Projects Zink and DXVK implement legacy higher-level APIs on top of Vulkan, things like vk-bootstrap, VMA and vuk simplify/take over managing some specific parts of the API, and you have countless rendering abstractions that can use Vulkan as a backend, the most famous one being WebGPU and it's wgpu implementation.

  7. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • I learned Vulkan and wrote a small game engine with it (in 3 months)

    17 projects | news.ycombinator.com | 6 Jun 2024
  • Building the DirectX shader compiler better than Microsoft?

    7 projects | news.ycombinator.com | 10 Feb 2024
  • what math is required?

    2 projects | /r/vulkan | 5 Jul 2023
  • Vulkan-Hpp now provides C++20 module interface file

    1 project | /r/vulkan | 28 Jun 2023
  • Vulkan-Hpp now provides C++20 module interface file

    1 project | /r/cpp | 28 Jun 2023

Did you know that C++ is
the 7th most popular programming language
based on number of references?