Skip to content

frewsxcv/awesome-bevy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 

Repository files navigation

Awesome Bevy

An awesome-style list of cool Bevy projects. If you would like to share what you're working on, submit a PR! Feel free to create new categories where it makes sense.

Learning

Plugins and Crates

Input

  • Kurinji: Input Map for bevy. Converts user input from different input hardware into game specific actions, eg. keyboard "Space" or joystick "A" can be mapped to "Jump" Action. This allows decoupling of the game code from device specific input api.

3D

2D

Animation

  • bevy_easings: A plugin for easing a component value to another value, mainly used to animate transition between two transforms, but usable for other components.

UI

  • bevy_ninepatch: Display 9-Patch UI elements, where you can specify how different parts of a PNG should grow

Backends

Physics

  • bevy_rapier: A plugin for Rapier, a 2D and 3D physics engine. Maintained by the Rapier developers.
  • physme: A simplistic physics engine for both 2D and 3D simulation. Physically inaccurate, but feels satisfying and is easy to use.

Networking

Development tools

Helpers

Games

Apps

About

A collection of awesome Bevy projects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published