Skip to content

Support automatic object culling #103

@ajyoon

Description

@ajyoon

Complex scenes are slow partly because neoscore renders every object on every frame, regardless of whether the objects are visible inside the frame. Qt automatically culls objects on the graphical rendering side, but neoscore still instantiates the Qt objects every frame, which is a pretty slow process. If we had broader bounding rect support we could implement some kind of culling. There are complications with flowable contexts, but my gut says they aren't so bad.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions