chore: remove badge

This commit is contained in:
Yifeng Wang 2022-05-17 17:42:39 +08:00 committed by GitHub
parent 6138bf7efa
commit 48f4fc8d66
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,10 +1,4 @@
# Introduction
Guide for using gfx-rs's wgpu library.
<p>
<a href="https://github.com/sotrh/learn-wgpu"><img alt="GitHub stars" src="https://img.shields.io/github/stars/sotrh/learn-wgpu?style=social"/></a>
</p>
## What is wgpu?
[Wgpu](https://github.com/gfx-rs/wgpu) is a Rust implementation of the [WebGPU API spec](https://gpuweb.github.io/gpuweb/). WebGPU is a specification published by the GPU for the Web Community Group. It aims to allow web code access to GPU functions in a safe and reliable manner. It does this by mimicking the Vulkan API, and translating that down to whatever API the host hardware is using (ie. DirectX, Metal, Vulkan).