Any good resources for purely computational work?

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

Our great sponsors
  • SonarQube - Static code analysis for 29 languages.
  • InfluxDB - Access the most powerful time series database as a service
  • 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

  • SonarQube

    Static code analysis for 29 languages.. Your projects are multi-language. So is SonarQube analysis. Find Bugs, Vulnerabilities, Security Hotspots, and Code Smells so you can release quality code every time. Get started analyzing your projects today for free.

  • 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