bevy_fast_mist: Simple moving 2D mist for Bevy focused on performance over features #24227
leomeinel
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I recently released a crate that provides moving and customizable 2d mist that renders to any
Mesh2d.It is not at all production ready, but performs quite well. If you are interested, you are welcome to check out bevy_fast_mist.
About
Simple moving 2D mist for Bevy focused on performance over features.
Features
Mist
MeshMistcolor,intensity,frequency,direction,alpha_biasandmax_alphaMesh2d
The following
Componentsallow the customization of their shape via attaching aMesh2d:MeshMistThe
Mesh2dis required for theComponentsto render.Usage
Take a look at
/examplesto find out how to use this crate.Showcase
I am using most features in my learning project Slimy Mist.
Examples
mesh_mist.rsScene with a green
Rectangleas background and a light cyanMeshMist.Resources
Code
Articles
Beta Was this translation helpful? Give feedback.
All reactions