Skip to content

IceSentry/bevy_mod_edge_detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bevy_mod_edge_detection

A simple plugin to add full screen edge detection.

image

Implementation details

The implementation is mostly based on what is described in this article.

https://alexanderameye.github.io/notes/rendering-outlines/#edge-detection

Essentially, it runs the sobel operator on the depth, normal and color textures. The sobel operator is able to determine discontinuity in those textures and the shader will simply draw those discontinuity.

Getting Started

See the examples/simples.rs example

About

No description, website, or topics provided.

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published