Compute shader 101 (video and slides)

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • compute-shader-101

    Sample code for compute shader 101 training

  • This is a talk I've been working on for a while. It starts off motivating why you might want to write compute shaders (tl;dr you can exploit the impressive compute power of GPUs but portably), then explains the basics of how, including some sample code to help get people started.

    Slides: https://docs.google.com/presentation/d/1dVSXORW6JurLUcx5UhE1...

    Sample code: https://github.com/googlefonts/compute-shader-101

    Feedback is welcome (please file issues against the open source repo), and AMA in this thread.

  • strange-attractors

  • Really cool to see this being written with Rust/WGPU! I really hope it has a strong future ahead of it - being able to target multiple native graphics APIs with one codebase is very alluring.

    A friend and I adapted a wgpu-rs "boids" example to render strange attractors with compute shaders, though we basically haven't applied _any_ polish to it yet:

    https://github.com/bschwind/strange-attractors

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB 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

  • wgpu-rs resources for computing purposes only

    2 projects | /r/rust | 10 Mar 2023
  • Vulkan terms vs. Direct3D 12 (aka DirectX 12) terms

    2 projects | /r/vulkan | 30 May 2022
  • WGPU setup and compute shader feedback - and Tutorial.

    2 projects | /r/rust | 16 Jan 2022
  • Compute Shaders and Rust - looking for some guidance.

    3 projects | /r/rust | 15 Jan 2022
  • Prefix sum on portable compute shaders

    2 projects | news.ycombinator.com | 17 Nov 2021