Rapper GF
Rapper GF
> After considering this some more, I think it might make sense to only use the cache after a certain number of word breaks to avoid adverse affects of using...
> Yea, I didn't consider the implications of a large number counter. > > The shape cache allows us to quickly append or change text without having to calculate the...
> The problem is actually due to the way TextEngine internals work. Essentially, we should only be caching individual glyphs which is both memory efficient and cpu efficient, but OpenFL...
> A workaround for now could be to use multiple text fields inside a single container. > > TextField(Score:) TextFieldWithJustify(120000) TextField(| Combo:) TextFieldWithJustify(3000) TextField(| Accuracy:) TextFieldWithJustify(100%) > > Now, due...
I confirm that this is a possible problem. I ran back-to-back tests with my bunny mark and noticed large FPS variations, namely an 84-60 drop off, which is not huge...