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

文字抖动 #28

Open
hust-twj opened this issue Aug 30, 2019 · 3 comments
Open

文字抖动 #28

hust-twj opened this issue Aug 30, 2019 · 3 comments

Comments

@hust-twj
Copy link

细看的话,文字有一些抖动,请问有什么方法可以优化吗?

@misakuo
Copy link
Owner

misakuo commented Oct 10, 2019

抖动的根本原因是FPS太低,目前是每隔50ms刷新一次,加上刷新逻辑执行的时间,最终的FPS不会大于20。
解决办法也简单,把刷新间隔调低就行了,或者更激进点,直接画到SurfaceView上,用单独的线程来渲染。不过这样处理点击事件就比较麻烦了。

@YongXiangLi
Copy link

大佬 ,这个文字抖动的问题,控件有提供修改刷新间隔时间的方法吗?

@AudareLesdent
Copy link

同问 哪里可以调整刷新率呀

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

4 participants