learn-wgpu
learn-wgpu copied to clipboard
Guide for using gfx-rs's wgpu library.
Would you mind adding example for drawing antialiased circle/rectangle? It's interesting to see the approach.
Any idea why the example in [this page](https://sotrh.github.io/learn-wgpu/beginner/tutorial3-pipeline/#using-a-pipeline) is flickering and with a dark blue background? I'm on a Mac M1, and this is with Chrome Version 103.0.5060.134. https://user-images.githubusercontent.com/210002/181449852-83fcd1ba-be76-4199-abbf-ec0cdd6852aa.mov
@sotrh Hi Again! When I run the code locally there seems to be an error in the model.rs file as the material vector seems to be empty ``` wgpu_integration.js?t=1659527167509:352 panicked...
I am sorry if this is not the correct place to ask this question But I was wondering if anybody would recommend the best resources to learn graphics programming, particularly...
Hi @sotrh, I have created an example of how to integrate wgpu-rs into a svelte application and thought it might help for the showcases. I know you are not accepting...
It looks like the .obj file inside the zip is different than the .obj in the dir.
Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) Commits See full diff in compare...
i am currently on the 2nd tutorial where i make the surface. I realised that the time between the white window appearing and the blue surface being applied is about...
They all get the same error: ``` [2022-05-27T22:59:12Z ERROR wgpu::backend::direct] Handling wgpu errors as fatal by default thread 'main' panicked at 'wgpu error: Validation Error Caused by: In Device::create_shader_module note:...
To see this jitter, you should circle around an object, while looking at it. https://user-images.githubusercontent.com/36535717/148587270-7ee79778-63eb-4db7-9a08-513404ccff83.mp4 Maybe it is not much visible in the above video. But it will be clearly...