You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I worked on this in Summer 2022. This was to see how Legup would be like in the browser. Unfortunately, there would some performance issues that I started to notice as I was adding more game logic. The performance issues are very minor but I worry they'll add up to a poor experience to the user. This may be fixable by seeing how to reduce unnecessary rerenders and checks. I think a good solution might be to consider something like WASM to speed up complex checks but it will require a huge amount of work. This is in very early stages where I think a lot of this could be moved over to WASM but I didn't have enough time to get started with that.
The text was updated successfully, but these errors were encountered:
I worked on this in Summer 2022. This was to see how Legup would be like in the browser. Unfortunately, there would some performance issues that I started to notice as I was adding more game logic. The performance issues are very minor but I worry they'll add up to a poor experience to the user. This may be fixable by seeing how to reduce unnecessary rerenders and checks. I think a good solution might be to consider something like WASM to speed up complex checks but it will require a huge amount of work. This is in very early stages where I think a lot of this could be moved over to WASM but I didn't have enough time to get started with that.
The text was updated successfully, but these errors were encountered: