Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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