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
- Host: GitHub
- URL: https://github.com/versbinarii/yew-canvas
- Owner: VersBinarii
- Created: 2022-03-15T12:24:16.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-03-15T12:26:20.000Z (over 3 years ago)
- Last Synced: 2025-05-03T07:38:17.295Z (6 months ago)
- Topics: canvas, canvas-api, rust, wasm, web-sys, yew, yew-framework
- Language: SCSS
- Homepage:
- Size: 472 KB
- Stars: 13
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```