https://github.com/lelserslasers/learningwgpu
I will try to learn the basics of WGPU and Rust.
https://github.com/lelserslasers/learningwgpu
hello-triangle rust webgpu wgpu wgpu-rs
Last synced: 6 months ago
JSON representation
I will try to learn the basics of WGPU and Rust.
- Host: GitHub
- URL: https://github.com/lelserslasers/learningwgpu
- Owner: LelsersLasers
- Created: 2022-07-26T22:34:30.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-03T21:31:47.000Z (about 3 years ago)
- Last Synced: 2025-01-31T13:43:43.872Z (8 months ago)
- Topics: hello-triangle, rust, webgpu, wgpu, wgpu-rs
- Language: Rust
- Homepage: https://www.youtube.com/playlist?list=PLtlDNK9ff0iXNdrhEUwnzcIAxTX05jVPU
- Size: 612 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LearningWGPU
I will try to learn the basics of WGPU.YT screen footage:
- https://www.youtube.com/playlist?list=PLtlDNK9ff0iXNdrhEUwnzcIAxTX05jVPUI think I will mainly use these guides:
- https://sotrh.github.io/learn-wgpu/Docs:
- https://docs.rs/wgpu/latest/wgpu/
- https://github.com/gfx-rs/wgpu-rs## NOTES
Build WASM:
wasm-pack build --target web