Skip to content

Commit

Permalink
Clean up feature list
Browse files Browse the repository at this point in the history
  • Loading branch information
jgayfer committed Aug 6, 2024
1 parent bfa3643 commit fe9a2dd
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,12 @@ Designed to be simple to use, yet expressive enough to fit a variety of needs.
## Features

- Component driven design
- Configurable [point lights](https://docs.rs/bevy_light_2d/0.2.2/bevy_light_2d/light/struct.PointLight2d.html)
- Configurable point lights
- Light occlusion
- Dynamic shadows
- Camera specific [ambient light](https://docs.rs/bevy_light_2d/0.2.2/bevy_light_2d/light/struct.AmbientLight2d.html)
- Camera specific ambient light
- Single camera rendering
- Web support for WebGL2 and WebGPU

## Usage

Expand Down Expand Up @@ -59,10 +60,6 @@ fn setup(mut commands: Commands) {

To see an in depth example, use `cargo run --example dungeon`.

## Web support

WebGL2 and WebGPU are both supported.

## Motiviation

When I first started experimenting with Bevy, the lack of a first party 2D
Expand Down

0 comments on commit fe9a2dd

Please sign in to comment.