pixels/examples/custom-shader
Jay Oster 5c1600926e
Update dependencies (#272)
* Update dependencies

- Closes #270

* Unify controls in Invaders example

The fire button on gamepads was allowing trapid fire when holding the
button. Keyboard controls required the fire key to be released between
each shot fired. This commit fixes the difference by making the gamepad
fire button act like the keyboard fire key.
2022-04-25 05:04:51 -07:00
..
shaders Use Fused-Multiply-Add (#246) 2021-12-31 15:40:12 -08:00
src Update dependencies (#230) 2021-12-31 14:57:57 -08:00
Cargo.toml Update dependencies (#272) 2022-04-25 05:04:51 -07:00
README.md Add custom shader example (#100) 2020-07-19 02:18:02 -07:00

Custom Shader Example

Custom Shader Example

Running

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.