/awesome-bevy

A list of resources for Bevy maintained by https://taintedcoders.com

Awesome Bevy

This is an awesome list maintained by https://taintedcoders.com.

Only resources that are up to date with the latest 0.14 Bevy will be included.

Table of contents

Resources

Starters

UI

Input

  • leafwing-input-manager: A straightforward stateful input manager for the Bevy game engine. This library is being upstreamed into Bevy
  • bevy_pancam: A bevy plugin for panning orthographic cameras
  • bevy_mod_picking: Picking and pointer events for Bevy. This library is being upstreamed into Bevy
  • bevy_enhanced_input: Dynamic and contextual input mappings for Bevy

Networking

  • lightyear: A library for writing server-authoritative multiplayer games with Bevy
  • bevy_replicon: Server-authoritative networking crate for the Bevy game engine
  • bevy_renet: A Bevy Plugin for the renet crate. A network crate for Server/Client with cryptographically secure authentication and encypted packets. Designed for fast paced competitive multiplayer games
  • renet2: Renet2 is a network library for Server/Client games written in rust. It is focused on fast-paced games such as FPS, and competitive games

Graphics and Rendering

  • bevy_hanabi: a GPU particle system plugin for the Bevy game engine

Assets

Physics

  • avian: ECS-driven 2D and 3D physics engine for the Bevy game engine
  • bevy_rapier: Official Rapier plugin for the Bevy game engine

Pathfinding

Animation

Misc

  • big_space: Floating origin plugin for spaces larger than the universe
  • bevy_mod_raycast: A little mesh raycasting plugin for Bevy