# bevy-cheatbook **Repository Path**: osrust/bevy-cheatbook ## Basic Information - **Project Name**: bevy-cheatbook - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: camera-hdr - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-09-13 - **Last Updated**: 2024-11-22 ## 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 All code in the book is provided under the [MIT-0 License](https://github.com/bevy-cheatbook/mit-0). At your option, you may also use it under the regular MIT License. The text of the book is provided under the [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", the entire content of the book may be used under the [MIT-0 License](https://github.com/bevy-cheatbook/mit-0). "Official Bevy Project" is defined as: - Contents of the Git repository hosted at [https://github.com/bevyengine/bevy](https://github.com/bevyengine/bevy) - Contents of the Git repository hosted at [https://github.com/bevyengine/bevy-website](https://github.com/bevyengine/bevy-website) - Anything publicly visible on the [bevyengine.org](https://bevyengine.org) website The MIT-0 license applies as soon as your contribution has been accepted upstream. GitHub Forks and Pull Requests created for the purposes of contributing to the Official Bevy Project are given the following license exception: the Attribution requirements of CC BY-NC-SA 4.0 are waived for as long as the work is pending upstream review (Pull Request Open). If upstream rejects your contribution, you are given a period of 1 month to comply with the full terms of the CC BY-NC-SA 4.0 license or delete your work. If upstream accepts your contribution, the MIT-0 license applies. ## 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.