Where Can I Learn GFX Or Vulkano

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

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • vulkano

    Safe and rich Rust wrapper around the Vulkan API

    Read more at https://github.com/vulkano-rs/vulkano/issues/1549

  • rafx

    Multi-backend renderer with asset pipeline. The objective of this repo is to build a scalable, flexible, data driven renderer.

    AFAIK, wgpu is the only graphics library out that that is really safe. Everything else makes compromises (convenience first, CPU vs shader safety, non-native Vulkan platforms, etc). If a library doesn't have unsafe in its API, beware, because it may be just very specific about the policy of putting unsafe. For example, Rafx decided that just putting it at initialization is fine - https://github.com/aclysma/rafx/issues/123

  • 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.

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