#bevy-ui #bevy #ui #gamedev #background-color

bevy_splash_screen

A plugin for bevy which allows you to create screens to show the brands and development teams behind your amazing game

6 releases (breaking)

0.6.0 Apr 7, 2024
0.5.0 Nov 18, 2023
0.4.4 Aug 11, 2023
0.3.0 May 5, 2023
0.2.0 May 3, 2023

#631 in Game dev

Download history 8/week @ 2024-02-17 8/week @ 2024-02-24 2/week @ 2024-03-02 3/week @ 2024-03-09 1/week @ 2024-03-16 11/week @ 2024-03-30 115/week @ 2024-04-06 9/week @ 2024-04-13

135 downloads per month

MIT/Apache

495KB
449 lines

Bevy Splash Screen

BevySplashScreen_Presentation


GitHub Workflow Status GitHub release (latest by date)

Versions

Aviable and compatible versions

bevy SplashScreen
0.13 0.6.0
0.12 0.5.0
0.11 0.4.4
0.10.1 0.3.0

Features

  • Suport multiple screens (Multiple brands on sequencial screens)
  • Multiple brands (images/text)
  • Animated color
  • Custom Skipable Method (Using Event)
  • Background Color for each screen
  • Manage workflow of splash scrreen with States

Usage

Check out the examples for details.

Add to Cargo.toml

[dependencies]
bevy = "0.12"
bevy_splash_screen = "0.6.0"

WARN: You probably need to add this if you also use bevy_tweening

[patch.crates-io]
bevy_tweening = { git = "https://github.com/SergioRibera/bevy_tweening", branch = "infinite_mirrored" }

TODOs

Open for contributions =D

  • Logic for static brands (persistent on all screen brands) :(
  • Tween more customizable (transform, scale, etc)

Dependencies

~17–61MB
~1M SLoC