Any good resources for purely computational work?

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

    Examples and demos for the new Vulkan API

  • SaschaWillems, who has a lot of good resources for Vulkan, has an example https://github.com/SaschaWillems/Vulkan/blob/master/examples/computeshader/computeshader.cpp. There's also this: https://www.duskborn.com/posts/a-simple-vulkan-compute-example/.

  • kompute

    General purpose GPU compute framework built on Vulkan to support 1000s of cross vendor graphics cards (AMD, Qualcomm, NVIDIA & friends). Blazing fast, mobile-enabled, asynchronous and optimized for advanced GPU data processing usecases. Backed by the Linux Foundation.

  • There is a Vulkan compute project. Aims to do some abstraction across vendors. Probably something to check out. https://github.com/KomputeProject/kompute

  • 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
  • rivi-loader

    Vulkan Compute program loader in Rust

  • If you use Rust, I have been developing a similar project to kompute: https://github.com/periferia-labs/rivi-loader

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