Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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)

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
```