Test on complex scene with 50+ sources #66

Open
opened 2025-12-17 02:57:43 +00:00 by siennathesane · 0 comments
siennathesane commented 2025-12-17 02:57:43 +00:00 (Migrated from github.com)

Description

Verify debug visualization remains readable and performant with many sources.

Acceptance Criteria

Scenario: Visualization scales well
  Given a complex scene with 50+ sources
  When debug visualization is enabled
  Then visualization should remain readable
  And frame rate should not drop significantly

Technical Notes

  • Create test scene with 50+ sources
  • Enable full debug visualization
  • Verify readability
  • Profile rendering performance
  • Optimize if needed
## Description Verify debug visualization remains readable and performant with many sources. ## Acceptance Criteria ```gherkin Scenario: Visualization scales well Given a complex scene with 50+ sources When debug visualization is enabled Then visualization should remain readable And frame rate should not drop significantly ``` ## Technical Notes - Create test scene with 50+ sources - Enable full debug visualization - Verify readability - Profile rendering performance - Optimize if needed
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: studio/marathon#66