Giter Club home page Giter Club logo

awesome-bevy's Introduction

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

Migration Guides

Languages

These translations are unofficial, unverified, and potentially out of date.

Plugins and Crates

Input

  • bevy_advanced_input: Input keybindings, including support for combinations / hotkeys / modifier keys.
  • bevy_input_actionmap: Maps key and gamepad events to actions in Bevy.
  • 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

Backends

Physics

  • bevy_rapier: A plugin for Rapier, a 2D and 3D physics engine. Maintained by the Rapier developers.
  • heron: An ergonomic physics API for 2d and 3d bevy games. (powered by rapier)
  • physme: A simplistic physics engine for both 2D and 3D simulation. Physically inaccurate, but feels satisfying and is easy to use.
  • bevy_physimple: A physics lib for the bevy game engine based on physme.

Networking

Audio

AI

Development tools

  • bevy-inspector-egui: Visually edit fields of structs inside the game using egui.
  • bevycheck: annotate invalid systems with #[bevycheck::system] to get nice error messages for what's wrong
  • bevy_mod_debugdump: Render graph and schedule graph visualizers using egui.
  • autodefault: annotate functions to have them automatically insert ..Default::default() into struct expressions. Useful when instantiating large, deeply nested components or component bundles.

Helpers

Templates

  • bevy_game_template: An opinionated template repository for a Bevy game including a workflow for Windows, Linux, macOS and Web (WASM) releases

Games

Apps

awesome-bevy's People

Contributors

0x22fe avatar aevyrie avatar alice-i-cecile avatar amionsky avatar aursen avatar bonsairobo avatar borisboutillier avatar bottledbyte avatar cart avatar djmcnab avatar dmitriy-shmilo avatar emosenkis avatar floydawong avatar frewsxcv avatar guimcaballero avatar inodentry avatar jakobhellermann avatar jihiggins avatar joshuajbouw avatar mockersf avatar mvlabat avatar niklasei avatar nilirad avatar pradeepkumarrajamanickam avatar ropewalker avatar rsaihe avatar sburris0 avatar smokku avatar whoisdavid avatar zicklag avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.