Skip to content

GUI performance issues #2602

@eruvanos

Description

@eruvanos

Devs observed a few issues with text based widgets.

Root Cause

The underlaying update_font triggers a render on each call.

render calls should not happen on every frame, which should reduce the effect drastically, but might point to another issue.

Conversations

Tasks

  • investigate mentioned rendering
  • check out why the widgets reposition

Metadata

Metadata

Assignees

Labels

guiRelated to arcade GUI (sub module arcade.gui)

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions