bevyengine / bevyengine/bevy

Add a splash screen example

Open
#14,089 2 comments 0 reactions 0 assignees View on GitHub
A-States A-UI C-Examples D-Straightforward S-Ready-For-Implementation
Dominant language
Rust
Stars
48.2k
Forks
4.8k
Avg merge
3d 22h
Merged PRs (30d)
161

Description

## What problem does this solve or what need does it fill?

I would like to make a desktop app with a splash screen to show some basic information (a logo, current version, etc.) of my software.

## What solution would you like?

Something like this:

```rs
pub struct WindowPlugin {
pub primary_window: Option,
pub splash_window: Option,
pub exit_condition: ExitCondition,
pub close_when_requested: bool,
}
```

## What alternative(s) have you considered?

[Tauri Splashscreen](https://v2.tauri.app/learn/splashscreen/)

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.