Refactor splash screen launch logic by Stefterv · Pull Request #1357 · processing/processing4

@Stefterv

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.