Skip to content

Commit

Permalink
Add bevy plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
lewiszlw committed Dec 24, 2022
1 parent 6732441 commit 399a78e
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ A collection about rust gamedev resources.
- [Games](#games)

## Engines
- [bevy](https://bevyengine.org/): A refreshingly simple data-driven game engine built in Rust.
- [fyrox](https://fyrox.rs/): A feature-rich, production-ready, general purpose 2D/3D game engine written in Rust with a scene editor.
- [bevy](https://bevyengine.org/): A refreshingly simple data-driven game engine built in Rust. ![stars](https://img.shields.io/github/stars/bevyengine/bevy?style=flat) ![crates.io version](https://img.shields.io/crates/v/bevy.svg) ![crates.io downloads](https://img.shields.io/crates/d/bevy.svg)
- [fyrox](https://fyrox.rs/): A feature-rich, production-ready, general purpose 2D/3D game engine written in Rust with a scene editor. ![stars](https://img.shields.io/github/stars/FyroxEngine/Fyrox?style=flat) ![crates.io version](https://img.shields.io/crates/v/fyrox.svg) ![crates.io downloads](https://img.shields.io/crates/d/fyrox.svg)

## Bevy Engine
### Tutorials
Expand All @@ -21,6 +21,13 @@ A collection about rust gamedev resources.
- [official book](https://bevyengine.org/learn/book/introduction/)
- [bevy-cheatbook](https://bevy-cheatbook.github.io/)
### Ecosystem
- [bevy_rapier](https://github.com/dimforge/bevy_rapier): 2D and 3D physics engines for the Bevy game engine. ![stars](https://img.shields.io/github/stars/dimforge/bevy_rapier?style=flat) ![crates.io version](https://img.shields.io/crates/v/bevy_rapier2d.svg) ![crates.io downloads](https://img.shields.io/crates/d/bevy_rapier2d.svg)
- [bevy_ecs_tilemap](https://github.com/StarArawn/bevy_ecs_tilemap): A tilemap rendering crate for bevy which is more ECS friendly. ![stars](https://img.shields.io/github/stars/StarArawn/bevy_ecs_tilemap?style=flat) ![crates.io version](https://img.shields.io/crates/v/bevy_ecs_tilemap.svg) ![crates.io downloads](https://img.shields.io/crates/d/bevy_ecs_tilemap.svg)
- [bevy_ecs_ldtk](https://github.com/Trouv/bevy_ecs_ldtk): ECS-friendly ldtk plugin for bevy, leveraging bevy_ecs_tilemap. ![stars](https://img.shields.io/github/stars/Trouv/bevy_ecs_ldtk?style=flat) ![crates.io version](https://img.shields.io/crates/v/bevy_ecs_ldtk.svg) ![crates.io downloads](https://img.shields.io/crates/d/bevy_ecs_ldtk.svg)
- [bevy_mod_picking](https://github.com/aevyrie/bevy_mod_picking): Unofficial 3D mouse picking plugin for Bevy. ![stars](https://img.shields.io/github/stars/aevyrie/bevy_mod_picking?style=flat) ![crates.io version](https://img.shields.io/crates/v/bevy_mod_picking.svg) ![crates.io downloads](https://img.shields.io/crates/d/bevy_mod_picking.svg)
- [bevy_mod_raycast](https://github.com/aevyrie/bevy_mod_raycast): Unofficial plugin for raycasting in Bevy. ![stars](https://img.shields.io/github/stars/aevyrie/bevy_mod_raycast?style=flat) ![crates.io version](https://img.shields.io/crates/v/bevy_mod_raycast.svg) ![crates.io downloads](https://img.shields.io/crates/d/bevy_mod_raycast.svg)
- [bevy-inspector-egui](https://github.com/jakobhellermann/bevy-inspector-egui): Inspector plugin for the bevy game engine. ![stars](https://img.shields.io/github/stars/jakobhellermann/bevy-inspector-egui?style=flat) ![crates.io version](https://img.shields.io/crates/v/bevy-inspector-egui.svg) ![crates.io downloads](https://img.shields.io/crates/d/bevy-inspector-egui.svg)
- [bevy_egui](https://github.com/mvlabat/bevy_egui): This crate provides a Egui integration for the Bevy game engine. ![stars](https://img.shields.io/github/stars/mvlabat/bevy_egui?style=flat) ![crates.io version](https://img.shields.io/crates/v/bevy_egui.svg) ![crates.io downloads](https://img.shields.io/crates/d/bevy_egui.svg)
### Communities
- [Discord](https://discord.gg/bevy)
### Games
Expand Down

0 comments on commit 399a78e

Please sign in to comment.