

Plugins are very welcome to extend Bevy's features. These allow you to customize the Bevy feature set for your use-case. This list outlines the different cargo features supported by Bevy.

Libraries Usedīevy is only possible because of the hard work put into these foundational technologies: However for really fast iterative compiles, you should enable the "fast compiles" setup by following the instructions here. Use bevy ::prelude :: * fn main ( ) Fast Compilesīevy can be built just fine using default configuration on stable Rust. Once set up, you can quickly try out the examples by cloning this repo and running the following commands:
#Bevy github full#
We recommend checking out The Bevy Book for a full tutorial.įollow the Setup guide to ensure your development environment is set up correctly.
#Bevy github free#
If you'd like to help build Bevy, check out the Contributor's Guide.įor simple problems, feel free to open an issue or PR and tackle it yourself!įor more complex architecture decisions and experimental mad science, please open an RFC (Request For Comments) so we can brainstorm together effectively! Getting Started Bevy Assets: A collection of awesome Bevy projects, tools, plugins and learning materials.

#Bevy github code#
Community-Made Learning Resources: More tutorials, documentation, and examples made by the Bevy community.īefore contributing or participating in discussions with the community, you should familiarize yourself with our Code of Conduct.Official Examples: Bevy's dedicated, runnable examples, which are great for digging into specific concepts.Bevy Rust API Docs: Bevy's Rust API docs, which are automatically generated from the doc comments in this repo.The Bevy Book: Bevy's official documentation.News: A development blog that covers our progress, plans and shiny new features.Features: A quick overview of Bevy's features.Productive: Changes should compile quickly.Fast: App logic should run quickly, and when possible, in parallel.Data Focused: Data-oriented architecture using the Entity Component System paradigm.Simple: Easy for newbies to pick up, but infinitely flexible for power users.Capable: Offer a complete 2D and 3D feature set.MSRV: Bevy relies heavily on improvements in the Rust language and compiler.Īs a result, the Minimum Supported Rust Version (MSRV) is "the latest stable release" of Rust. Please don't build any serious projects in Bevy unless you are prepared to be broken by API changes constantly. APIs can and will change (now is the time to make suggestions!). It is free and open-source forever! WARNINGīevy is still in the very early stages of development. Bevy is a refreshingly simple data-driven game engine built in Rust.
