-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
featureNew feature or requestNew feature or request
Description
User Story
As a user, I want to create and manage multiple windows so that I can run different rendering contexts or views at the same time.
Acceptance Criteria
-
The engine supports creating more than one window at runtime.
-
Each window has its own rendering context.
-
Closing one window does not terminate the whole engine.
Definition of Done
-
Multi-window support implemented in the engine core.
-
Works with both X11 and GLFW plugins.
-
Each window independently renders content.
-
Resource cleanup verified (no leaks on window close).
-
Example/demo showing two windows running concurrently.
Metadata
Metadata
Assignees
Labels
featureNew feature or requestNew feature or request