Crates.io | bevy_pixel_perfect |
lib.rs | bevy_pixel_perfect |
version | 0.1.1 |
source | src |
created_at | 2023-11-06 11:49:33.796845 |
updated_at | 2023-11-06 20:16:47.376293 |
description | Pixel perfect post processing effect for Bevy similar to that in Astortion. |
homepage | |
repository | https://github.com/HazelTheWitch/bevy_pixel_perfect |
max_upload_size | |
id | 1026854 |
size | 138,115 |
A pixel perfect post processing effect based on Aarthificial's Astortion renderer.
ImagePlugin::default_nearest()
)PixelPerfectPlugin
plugin to your app.PixelPerfectCamera
component to your camera and set the resolution
field to the desired virtual resolution.subpixel_position
instead of translation.Check examples
for full usage example.
bevy |
bevy_pixel_pefect |
---|---|
0.12 |
0.1 |