Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sid911/learn_wgpu
Wgpu testing grounds in rust
https://github.com/sid911/learn_wgpu
Last synced: about 2 months ago
JSON representation
Wgpu testing grounds in rust
- Host: GitHub
- URL: https://github.com/sid911/learn_wgpu
- Owner: Sid911
- License: unlicense
- Created: 2023-09-30T16:38:10.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-10-07T11:49:10.000Z (over 1 year ago)
- Last Synced: 2023-10-07T12:31:31.366Z (over 1 year ago)
- Language: Rust
- Homepage:
- Size: 113 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
README
## Learn wGPU
This is a repo where i am learning how to use [wgpu](https://wgpu.rs/) as a rendering API using its rust bindings and rust ecosystem.
At the beginning I am following a guide but this will go wayy past if I find the time to implement new things- [x] Complete Basics of https://sotrh.github.io/learn-wgpu/
- [ ] Complete Intermediate Implementation
- [ ] Basic Lighting model
- [ ] Normal Maps
- [ ] Camera System