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

About memory management and experience issues? #25

Open
wisepmlin opened this issue Apr 5, 2021 · 4 comments
Open

About memory management and experience issues? #25

wisepmlin opened this issue Apr 5, 2021 · 4 comments

Comments

@wisepmlin
Copy link

Rendering consumes resources, is there a way to manage resources? This way, the use of page interaction is very stuck and the experience is very poor! ! ! !

@rodydavis
Copy link
Owner

Well you are running your application all at once? What do you suggest?

I have tested it with my applications and it works well for lots of screens and different apps performance may very. It only renders what is on the screen at one time.

I'm open to PRs for any improvements!

@wisepmlin
Copy link
Author

Suggestions for one-time rendering of storyboard widgets, to improve the experience and ensure a smooth 60-pin preview! ! !
The suggestions are: Can you add grid rendering or on-screen rendering to the storyboard, mount and render widgets that fire in the grid of the screen, and uninstall widgets that leave the screen to improve the effective allocation of resources. For technical speculation, I wonder if it is feasible?

@rodydavis
Copy link
Owner

Well currently it only renders what is in the viewport but I'm open to some improvements.

Memory management could be improved 👍🏼

@wisepmlin
Copy link
Author

Great, looking forward to your new version

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

2 participants