Search found 2 matches

by codemon
Sat Jul 07, 2018 4:55 am
Forum: Support and Development
Topic: Framerate drops when rendering more that 20 lines of text.
Replies: 2
Views: 1963

Re: Framerate drops when rendering more that 20 lines of text.

pgimeno wrote: Fri Jul 06, 2018 6:46 pm Try creating the lines to display as Text objects. See love.graphics.newText.
That worked, thanks.
by codemon
Fri Jul 06, 2018 5:00 pm
Forum: Support and Development
Topic: Framerate drops when rendering more that 20 lines of text.
Replies: 2
Views: 1963

Framerate drops when rendering more that 20 lines of text.

Hello, I've made a game with love engine(https://github.com/gsaga/Piano-Tiles). It has a debug region which is rendered besides the main game region and it displays logged messages and other debugging data. This region is rendered in love.draw. See (https://github.com/gsaga/Piano-Tiles/blob/5fa3165e...