From 37d87b25334ae382e222e82da3f4cfed57373d23 Mon Sep 17 00:00:00 2001 From: James Gayfer <10660608+jgayfer@users.noreply.github.com> Date: Sun, 26 May 2024 14:27:28 -0700 Subject: [PATCH] Add motiviation + goals --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index 030dc72..089f893 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,21 @@ fn setup(mut commands: Commands) { } ``` +## Motiviation + +When I first started experimenting with Bevy, the lack of a first party 2d +lighting implementation left me wanting. While there were some rather impressive +experimental 2d lighting crates out there, there wasn't much in the way +of drop in options available. + +My goal with this crate is to fill that void, prioritizing ease of use and +general application over depth of features. + +## Future goals + +- Light occluders + shadows +- Sprite lights + ## Bevy compatibility | bevy | bevy_light_2d |