Go to file
Robin KAY 95d093220e Make Outline a RenderAsset and pass parameters to shader. 2022-06-13 21:20:49 +01:00
.github/workflows Initial commit. 2022-06-10 22:29:51 +01:00
examples Make Outline a RenderAsset and pass parameters to shader. 2022-06-13 21:20:49 +01:00
src Make Outline a RenderAsset and pass parameters to shader. 2022-06-13 21:20:49 +01:00
.gitignore Initial commit. 2022-06-10 22:29:51 +01:00
Cargo.toml Make Outline a RenderAsset and pass parameters to shader. 2022-06-13 21:20:49 +01:00
LICENCE-APACHE Initial commit. 2022-06-10 22:29:51 +01:00
LICENCE-MIT Initial commit. 2022-06-10 22:29:51 +01:00
README.md Initial commit. 2022-06-10 22:29:51 +01:00

README.md

bevy_mod_outline

This crate provides a plugin for drawing outlines around meshes.

Dependency

[dependencies]
bevy_mod_outline = "0.1"

Example

A rotating rounded cube with an outline.

cargo run --example cube

Versions

This Version Bevy version
0.1.x 0.7.x