vigdail / bevy_post_process

Chromatic aberration effect in Bevy engine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chromatic aberration using post process pass

This is an adaptation of this code from main branch to bevy v0.10.0

Build and run

You can run the program using

cargo run --release

To generate svg image of render graph run (graphviz should be installed)

cargo run --release -- --graph | dot -Tsvg > render_graph.svg

About

Chromatic aberration effect in Bevy engine

License:MIT License


Languages

Language:Rust 100.0%