HI everyone,
I am investigating to move from my Qt application, to gtkmm.
The main thing I use is:
Qt for windows management (lists, buttons, so on) and drawing using SFML that also involves a lot of text. The SFML widget is high refresh (60 fps at least) and is derived from QWidget and sf::RenderWindow.
As gtkmm is new to me, is there a way I can archive the same, even if I don’t use SFML. What I need is performance drawing with a a lot of text (we are talking about 10000+ text and/or draw calls).