Skip to content

Conversation

@Stefterv
Copy link
Collaborator

Simplifies the splash screen logic by removing coroutine delays and instead using a LaunchedEffect to trigger Base.main after the splash animation completes. The splash window now closes automatically when a new window is opened, improving startup flow and reliability.

This will make sure the splash screen fades in nicely and then start loading Processing, ideally those would happen at the same time, but Processing is forced to load on the UI thread, so for now this will fix the bug where the splash screen gets stuck at 50% opacity

Simplifies the splash screen logic by removing coroutine delays and instead using a LaunchedEffect to trigger Base.main after the splash animation completes. The splash window now closes automatically when a new window is opened, improving startup flow and reliability.
@Stefterv Stefterv requested a review from catilac December 12, 2025 08:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant