Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ibaryshnikov/rust-webgl-boilerplate
Some boilerplate to get started
https://github.com/ibaryshnikov/rust-webgl-boilerplate
Last synced: 6 days ago
JSON representation
Some boilerplate to get started
- Host: GitHub
- URL: https://github.com/ibaryshnikov/rust-webgl-boilerplate
- Owner: ibaryshnikov
- Created: 2019-01-28T19:21:04.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-29T23:57:21.000Z (over 4 years ago)
- Last Synced: 2024-11-09T06:44:03.446Z (2 months ago)
- Language: Rust
- Size: 53.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Boilerplate to start webgl project with wasm-bindgen
```bash
wasm-pack build --target web --out-name index
# to get `http` util use `cargo install https`
http
```