Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a loading screen to the entity editor #125

Open
tchx84 opened this issue Apr 30, 2024 · 0 comments
Open

Add a loading screen to the entity editor #125

tchx84 opened this issue Apr 30, 2024 · 0 comments

Comments

@tchx84
Copy link
Owner

tchx84 commented Apr 30, 2024

Opening complex Entities with the Entity Editor can take a couple seconds. When the loading occurs, since there's no loading screen, the application freezes. Which is a pretty bad experience.

There are two complementary solutions for this:

  1. Move the expensive operations (basically, pre-processing of the animations) to a separate thread.
  2. Add a proper loading screen to that section while the pre-processing occurs.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant