webgl
webgl copied to clipboard
Wishlist: Example
Could you add more example or may I create a PR with examples?
Have you seen the example in the README?
https://github.com/gopherjs/webgl#example
Can anyone comment on what the performance aspects might be with the change to gowasm ?
From my limited experience with webgl it tends to be a memory hog and so I had to use opengl to get the performance I needed.
With wasm there will be perfect speed ups but I doubt it will not be much ?
Also what about webgl 2. It's supported everywhere now ? It should get us some better performance ?
I have begun to add webgl2 support here.