Create shared build_app() function for all platforms #42

Closed
opened 2026-05-27 21:26:49 +00:00 by funman300 · 0 comments
Owner

Description:
Centralize Bevy initialization so both native and WASM use the same app setup.

Tasks:

Add build_app() function
Move DefaultPlugins into it
Register CoreGamePlugin inside it
Update all entrypoints to call build_app().run()

Acceptance Criteria:

App starts on both native and WASM
No behavior changes

Description: Centralize Bevy initialization so both native and WASM use the same app setup. Tasks: Add build_app() function Move DefaultPlugins into it Register CoreGamePlugin inside it Update all entrypoints to call build_app().run() Acceptance Criteria: App starts on both native and WASM No behavior changes
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: funman300/Ferrous-Solitaire#42