WGPU.NET - Cross-platform bindings for wgpu

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

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

    Cross-platform, safe, pure-rust graphics api.

  • I recently had the opportunity to make bindings to wgpu-native. For those who don't know, wgpu is a cross-platform, safe, pure-rust graphics api. It runs natively on Vulkan, Metal, D3D12, D3D11, and OpenGLES; and on top of WebGPU on wasm.

  • wgpu-native

    Native WebGPU implementation based on wgpu-core

  • WGPU.NET allows you to leverage wgpu by providing 1-to-1 bindings to wgpu-native, making it very straightforward to use. If you're writing a renderer or a game engine, or perhaps trying to do GPU computations, and have a handful of spare time, consider learning about wgpu and experimenting with it.

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

    Cross-platform .NET bindings to wgpu-native.

  • The library is offered as a nuget package. All info is in the repo here: https://github.com/trivaxy/WGPU.NET

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