-
Notifications
You must be signed in to change notification settings - Fork 361
Labels
guiRelated to arcade GUI (sub module arcade.gui)Related to arcade GUI (sub module arcade.gui)
Description
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)Related to arcade GUI (sub module arcade.gui)