mirror of
https://github.com/yewstack/yew.git
synced 2025-12-08 21:26:25 +00:00
* add rustfmt.toml, use nightly in CI, update contributing docs * run `cargo +nightly fmt`
WebGL Example
This is a simple demo using WebGL with Yew to initialize the GL context, create
a render loop, and draw to the canvas with basic shaders using web-sys.
Concepts
- Accessing a DOM element using
NodeRef. - Using Javascript APIs with
web-sys.
Improvements
- Use a much more flashy shader