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.


Topics - jfsimon1981

Pages: [1]
1
General discussions / Embedded graphics
« on: May 06, 2022, 10:37:02 pm »
Hi,
I was working on a beagle board project where some animations are done with SFML and it seems though working it was not performing fast. After discuss we understood that's probably due to the fact SFML uses OpenGL which is not accelerated and uses software emulation on this particular hardware.

Is there a way to build SFML differently so it uses other means to render than OpenGL ?
There is OpenGLES and otherwise Linux graphic libraries available.

Regards

Jean-François

2
Window / Opening windows hidden
« on: December 25, 2020, 01:23:15 pm »
Good day,

I'd like to open a render window in hidden mode, though I found out this is not currently implemented and requires dealing with openGl directly.

Am I right, is there a way I didn't see ?

Thank you,

Jean-François

Pages: [1]