All Projects → EvergineTeam → WebGPU.NET

EvergineTeam / WebGPU.NET

Licence: MIT License
This repository contains low-level bindings for WebGPU used in WaveEngine.

Programming Languages

c
50402 projects - #5 most used programming language
C#
18002 projects
powershell
5483 projects

Projects that are alternatives of or similar to WebGPU.NET

Akkatecture
a cqrs and event sourcing framework for dotnet core using akka.net
Stars: ✭ 414 (+1082.86%)
Mutual labels:  dotnet-core, netstandard
Entityframeworkcore.dataencryption
A plugin for Microsoft.EntityFrameworkCore to add support of encrypted fields using built-in or custom encryption providers.
Stars: ✭ 88 (+151.43%)
Mutual labels:  dotnet-core, netstandard
Metadata Extractor Dotnet
Extracts Exif, IPTC, XMP, ICC and other metadata from image, video and audio files
Stars: ✭ 518 (+1380%)
Mutual labels:  dotnet-core, netstandard
Gofer.net
Easy C# API for Distributed Background Tasks/Jobs for .NET Core.
Stars: ✭ 383 (+994.29%)
Mutual labels:  dotnet-core, netstandard
Efcore Fluentstoredprocedure
EFCore Extension that allows a means to map a stored procedure to a class, fluently.
Stars: ✭ 138 (+294.29%)
Mutual labels:  dotnet-core, netstandard
Steeltoe
Steeltoe .NET Core Components: CircuitBreaker, Configuration, Connectors, Discovery, Logging, Management, and Security
Stars: ✭ 612 (+1648.57%)
Mutual labels:  dotnet-core, netstandard
Computesharp
A .NET 5 library to run C# code in parallel on the GPU through DX12 and dynamically generated HLSL compute shaders, with the goal of making GPU computing easy to use for all .NET developers! 🚀
Stars: ✭ 982 (+2705.71%)
Mutual labels:  dotnet-core, netstandard
Raft.net
Implementation of RAFT distributed consensus algorithm among TCP Peers on .NET / .NETStandard / .NETCore / dotnet
Stars: ✭ 112 (+220%)
Mutual labels:  dotnet-core, netstandard
Colore
A powerful C# library for Razer Chroma's SDK
Stars: ✭ 121 (+245.71%)
Mutual labels:  dotnet-core, netstandard
Reinforced.tecture
Aspect-based architectural framework for .NET business applications involving some FP and CQRS principles.
Stars: ✭ 113 (+222.86%)
Mutual labels:  dotnet-core, netstandard
Binarypack
The fastest and most memory efficient binary serialization library for .NET Standard 2.1, powered by dynamic IL generation
Stars: ✭ 169 (+382.86%)
Mutual labels:  dotnet-core, netstandard
Ether.network
https://github.com/Eastrall/Sylver
Stars: ✭ 147 (+320%)
Mutual labels:  dotnet-core, netstandard
Anclafs
ASP.NET Core Library and Framework Support
Stars: ✭ 192 (+448.57%)
Mutual labels:  dotnet-core, netstandard
webgpu-renderer
A simple renderer implemented by WebGPU, includes a builtin path tracing pipeline.
Stars: ✭ 122 (+248.57%)
Mutual labels:  webgpu
WebsocketClientLite.PCL
websocket Client Lite PCL - Xaramrin
Stars: ✭ 22 (-37.14%)
Mutual labels:  netstandard
GiGraph
Simple yet versatile library for generating graphs in the DOT language
Stars: ✭ 25 (-28.57%)
Mutual labels:  netstandard
hello-webgpu
Cross-platform C++ example for WebGPU and Dawn
Stars: ✭ 132 (+277.14%)
Mutual labels:  webgpu
Coding-Standards
Coding Guidelines for C#
Stars: ✭ 125 (+257.14%)
Mutual labels:  netstandard
EPPlus4PHP
an easy-to-use excel library for php project which is compiled with peachpie. NOT FOR THE COMMON PHP PROJECT!
Stars: ✭ 15 (-57.14%)
Mutual labels:  netstandard
AmiClient
Modern .NET Standard client for accessing the Asterisk AMI protocol using async/await and Reactive Extensions (Rx)
Stars: ✭ 30 (-14.29%)
Mutual labels:  netstandard

WebGPU.NET

This repository contains low-level bindings for WebGPU used in WaveEngine for .NET Core and .NET 5.0. This binding is generated from WebGPU headers https://github.com/webgpu-native/webgpu-headers

Build Status

Check an source code example at HelloWebGPU.Net or go to https://webgpu.z28.web.core.windows.net/ for a live preview.

Features

  • WebGPU Draft
  • Raw low level binding using unsafe c# code.

Nuget Packages

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].