https://github.com/matchachoco010/wgpu-website-prototype
https://github.com/matchachoco010/wgpu-website-prototype
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/matchachoco010/wgpu-website-prototype
- Owner: MatchaChoco010
- Created: 2022-02-19T00:14:15.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-13T13:08:17.000Z (over 4 years ago)
- Last Synced: 2025-06-03T18:05:01.783Z (about 1 year ago)
- Language: Rust
- Size: 2.15 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WGPU Website Prototype
Rust + WASM + WebGPU
wgpu + yew
## Requirement
- nodejs
- cargo-make
- wasm-pack
## Start dev server
```
$ npm install
$ cargo make serve
```