mirror of
https://github.com/yewstack/yew.git
synced 2026-01-25 16:43:15 +00:00
* Make methods static. * Fix a call. * Fix examples. * Fix examples. * Fix rest of examples. * Fix yew-functional. * Fix interval service example. * Fix webgl example. * Fix dialogue service example. * Use `Default` trait instead of `new()` in `npm_and_rest` example. * Use `Default` trait instead of `new()` in `npm_and_rest` example. * Remove use of the `Option` algebraic data type. * Fix clippy warnings.
Yew WebGL Demo
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.