#pixel-perfect #bevy #post-processing #effect #renderer #distortion

bevy_pixel_perfect

类似于Astortion中的像素完美后处理效果,适用于Bevy。

2个版本

0.1.1 2023年11月6日
0.1.0 2023年11月6日

#1457游戏开发

MIT/Apache

51KB
267 代码行

bevy_pixel_pefect

A showcase of bevy_pixel_perfect

基于Aarthificial的Astortion渲染器的一个像素完美后处理效果。

使用方法

  1. 使用最近邻过滤。(ImagePlugin::default_nearest())
  2. PixelPerfectPlugin插件添加到您的应用程序中。
  3. PixelPerfectCamera组件添加到您的相机中,并将resolution字段设置为所需的虚拟分辨率。
  4. 使用subpixel_position而不是平移来移动相机。

查看examples以获取完整的用法示例。

bevy bevy_pixel_pefect
0.12 0.1

依赖关系

~37–71MB
~1M SLoC