pixels/examples/raqote-winit
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
..
src Rename resize to resize_surface (#149) 2021-03-09 04:15:24 -08:00
Cargo.toml Update dependencies (#272) 2022-04-25 05:04:51 -07:00
README.md Add an example with raqote (#118) 2020-09-18 03:59:05 -07:00

Hello Raqote

Hello Raqote

raqote example with winit.

Running

cargo run --release --package raqote-winit

About

This example uses raqote to rasterize and animate a few paths.