Questions tagged as 'sfml'

1
answer

How to convert pixels to RGBA for characters?

Having access to the pixels of any image through the SFML library, my goal is to capture them and convert them to characters by placing them in a new array (image) and then displaying it. For this I checked the size of the image: sf::Vector2u...
asked by 13.05.2014 / 23:28
1
answer

INTERNAL COMPILER ERROR Visual Studio 2017 with SFML

I'm having a problem compiling a code in visual studio 2017 with the SFML libraries, when I try to compile it it gives the following error:   INTERNET COMPILER ERROR in 'C: \ Program Files (x86) \ Microsoft Visual Studio \ 2017 \ Community \...
asked by 26.07.2017 / 17:42
1
answer

How to listen to events without opening a window?

I'm doing a simple personal console project that will do keyboard hooking , but I do not want it to open the SFML OpenGL window. Is there any way to listen to SFML events without opening a window?     
asked by 27.07.2014 / 01:59