docs.rs failed to build bevy_intro_screen-0.1.2
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build:
bevy_intro_screen-0.1.1
bevy_intro_screen
This is a versatile Bevy library designed to create engaging and customizable introductory screens for your game. Initially conceived for splash screens, its flexibility allows for adaptation as loading screens between game states.
Features
- Customizable: Tailor the appearance and behavior of your intro screen to perfectly match your game's style.
- Flexible Duration: Control the display time of your intro screen, whether fixed or dynamic based on loading progress.
- Robust Failure Handling: Implement custom error management for unexpected situations.
- Extensible: Easily add custom components and systems to expand functionality.
Getting Started
- Add the dependency to your
Cargo.toml
:
= "0.1.0"
bevy_intro_screen
- Import the necessary stuff:
use *;
use *;
Please note that the examples provided here are simplified and serve as a starting point. For comprehensive documentation of the crate, please visit the crate documentation for a better understanding of the crate's functionalities and APIs.
For more examples, please refer to the examples directory.
Usage Beyond Intro Screens
While primarily designed for splash screens, this library can be adapted to function as a loading screen between game states
Contributing
Contributions are welcome! Feel free to open issues or pull requests.