wgpu-renderer/README.md
2023-01-27 22:06:09 +02:00

449 B

wpgu-renderer

A small wgpu renderer written in 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