Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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