Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/matchachoco010/wgpu-website-prototype
https://github.com/matchachoco010/wgpu-website-prototype
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/matchachoco010/wgpu-website-prototype
- Owner: MatchaChoco010
- Created: 2022-02-19T00:14:15.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-13T13:08:17.000Z (almost 3 years ago)
- Last Synced: 2024-04-15T01:57:53.637Z (9 months ago)
- Language: Rust
- Size: 2.15 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WGPU Website Prototype
Rust + WASM + WebGPUwgpu + yew
## Requirement
- nodejs
- cargo-make
- wasm-pack## Start dev server
```
$ npm install
$ cargo make serve
```