fps reduced when adding to many item in list
0x7fe8 opened this issue · 2 comments
0x7fe8 commented
avivbeeri commented
Hi there,
Because Wren code is running in a virtual machine you need to be careful
what you do in draw and update steps of the game loop to optimise
performance.
Without full context, I can't advise you on next steps, but this isn't
really a bug or an issue with DOME.
…On Sat, 30 Mar 2024, 13:05 0x7fe8, ***@***.***> wrote:
fps reduced when adding to many item in list
with 0 item in list (image 1) :
screenshot.-.Copy.png (view on web)
<https://github.com/domeengine/dome/assets/162813353/711841a4-7b2d-4df3-8da0-dc10fad69dc6>
with 1000 vector in list (image 2) :
screenshot.png (view on web)
<https://github.com/domeengine/dome/assets/162813353/46aa5e55-41a8-4e86-9851-ac9b13e2cba1>
(fps reduced by 50 percent)
—
Reply to this email directly, view it on GitHub
<#272>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AALBBL6DYALCIFHT2IVKI7DY222AJAVCNFSM6AAAAABFPRN77KVHI2DSMVQWIX3LMV43ASLTON2WKOZSGIYTMNBTG4YDMNY>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
Deleted user commented
okay, thank you