# bevy-cheatbook **Repository Path**: yjmyzz/bevy-cheatbook ## Basic Information - **Project Name**: bevy-cheatbook - **Description**: No description available - **Primary Language**: Rust - **License**: MulanPSL-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-12-12 - **Last Updated**: 2021-12-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Unofficial Bevy Cheat Book [Click here to read the book!](https://bevy-cheatbook.github.io) Concise practical reference to the Bevy game engine. Covers useful syntax, features, programming patterns, and solutions for common game development tasks. Designed to be easy to read, straight to the point, using simple language to focus on the important information. ## Support Me If you like this book, please consider supporting me via [GitHub Sponsors](https://github.com/sponsors/inodentry). (Patreon WIP) I'd like to keep improving and maintaining this book, to provide a high-quality independent learning resource for the Bevy community. Your donation helps me work on such freely-available content. Thank you! ❤️ ## License Copyright © 2021 Ida Iyes. All code in the book is provided under the [MIT-0 License](https://github.com/bevy-cheatbook/mit-0). The text of the book is provided under [CC BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/). Exception: If used for the purpose of contribution to the Official Bevy Project and/or its Official Documentation, the entire content of the book may be used under the [MIT-0 License](https://github.com/bevy-cheatbook/mit-0). ## Contributions Please file GitHub Issues for any wrong/confusing/misleading information, as well as suggestions for new content you'd like to be added to the book. Contributions are accepted, with some limitations. See the [Contributing](./src/contributing.md) page for all the details.