Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shybovycha/wgpu-test1
Tests in WGPU (Rust)
https://github.com/shybovycha/wgpu-test1
Last synced: about 1 month ago
JSON representation
Tests in WGPU (Rust)
- Host: GitHub
- URL: https://github.com/shybovycha/wgpu-test1
- Owner: shybovycha
- Created: 2022-11-30T02:28:14.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-09-19T07:08:54.000Z (over 1 year ago)
- Last Synced: 2024-11-03T21:37:52.554Z (3 months ago)
- Language: Rust
- Size: 157 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WGPU tests
This repo contains my test&trial runs at WGPU.
## Building & running
To build each sample, run from within sample directory:
```bash
$ cargo build
```To run a sample, run:
```bash
$ cargo run
```