update readme
This commit is contained in:
parent
b40e6887e6
commit
ac8fc8f7e1
1 changed files with 17 additions and 0 deletions
17
README.md
Normal file
17
README.md
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
# wpgu-renderer
|
||||||
|
|
||||||
|
A small [wgpu](https://github.com/gfx-rs/wgpu) renderer written in [Rust](https://github.com/rust-lang/rust).
|
||||||
|
|
||||||
|
## Features
|
||||||
|
|
||||||
|
- Physically based shading
|
||||||
|
- (F: Fresnel-Schlick approximation)
|
||||||
|
- (G: Smith's Schlick-GGX)
|
||||||
|
- (D: Trowbridge-Reitz GGX)
|
||||||
|
- gltf models
|
||||||
|
- 1 realtime light
|
||||||
|
- Simple wgsl preprocessor for includes
|
||||||
|
|
||||||
|
## References
|
||||||
|
- [Learn Wgpu](https://sotrh.github.io/learn-wgpu/)
|
||||||
|
- [Learn OpenGL](https://learnopengl.com/)
|
Loading…
Add table
Add a link
Reference in a new issue