pixels/examples/custom-shader/README.md
Jay Oster 8190c18241
Add custom shader example (#100)
* Add custom-shader example

* Update README

* Allow log level to be changed in release mode
2020-07-19 02:18:02 -07:00

14 lines
276 B
Markdown

# Custom Shader Example
![Custom Shader Example](../../img/custom-shader.png)
## Running
```bash
cargo run --release --package custom-shader
```
## About
This example is based on `minimal-winit`, and extends it with a custom renderer that adds white noise to the screen.