Skip to content

Feature: multiple window #27

@bobis33

Description

@bobis33

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 request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions