rust on vulkan vs c++

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

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • Open-Source Vulkan C++ API

    Open-Source Vulkan C++ API

  • For C++, Vulkan-Hpp is an official C++ API from Khronos and Nvidia that introduces a lot of useful tools and abstractions and gets official attention from Khronos and other interested parties within the industry.

  • vulkano

    Safe and rich Rust wrapper around the Vulkan API

  • For Rust, you have Vulkano which is a community effort.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • sol-rs

    Discontinued Vulkan rendering sandbox for raytracing

  • For my hobby rendering toolkit, I started with C++ (focused on learning vulkan first), and then migrated it all to Rust (using Ash): https://github.com/num3ric/sol-rs

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