Welcome, Guest. Please login or register. Did you miss your activation email?

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - DangerousBeef

Pages: [1]
1
Graphics / Any way to decrease text rendering time ?
« on: February 16, 2018, 04:01:35 am »
Seems to take anywhere from 50-150 microseconds to render a text object with SFML. Changing to a simpler font did help but i I'm wondering if there is any way to speed it up somehow.

CPU: 6600k @ 4.5GHz

MyClock.restart();
renderWindow->draw(text1);
               

std::cout << "Took: " << MyClock.getElapsedTime().asMicroseconds() << "microS" << std::endl;

Pages: [1]