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 - quentinlhours

Pages: [1]
1
Graphics / Re: [SOLVED] SFML server use
« on: November 13, 2015, 11:55:44 am »
Yep I just switched to Magick++ but it seems like 3 to 4 times slower than SFML for pixel per pixel operations even with their low access methods like pixelpacket, that's kind of weird

2
Graphics / Re: SFML server use
« on: November 13, 2015, 11:47:27 am »
All right, thanks a lot !

3
Graphics / [SOLVED] SFML server use
« on: November 13, 2015, 11:41:37 am »
Hi guys,

I've been using SFML to do some image manipulation with the graphics module, my program's just taking an image, is processing it and saving it, no display at all.
My problem is that SFML seems to need X11, even if I don't display anything.
Is there a way to use it without any window manager or should I just switch to another library ?

Pages: [1]