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

https://github.com/versbinarii/yew-canvas

YEW app based example of canvas API manipulation in RUST
https://github.com/versbinarii/yew-canvas

canvas canvas-api rust wasm web-sys yew yew-framework

Last synced: 3 months ago
JSON representation

YEW app based example of canvas API manipulation in RUST

Awesome Lists containing this project

README

          

### Yew canvas messing

This is an example code that go alongside the Yew canvas livestream video.
Its is not the original code from the video as i was just messing around with it
during the live stream. I should have but i didnt - well, that is life ;)

##The video:
```
https://www.youtube.com/watch?v=7Smco8araSo
```

## Usage

You will need `trunk` to build the project and serve it locally

```
git clone https://github.com/VersBinarii/yew-canvas
trunk serve
```