bevy_fast_light 0.1.0

Simple 2D lighting for Bevy focused on performance over features.
Documentation

Bevy Fast Light

License Crates.io Downloads Docs

Simple 2D lighting for Bevy focused on performance over features.

:warning: | This is still in development and not at all feature complete.

Features

  • Simple and fast PointLight2d light source with falloff configurable via inner and outer radius.

Usage

Take a look at /examples to find out how to use this crate.

Examples

  • point_light.rs: Basic scene with a green rectangle as background and a PointLight2d of the same color.

Alternatives

Inspired by