SFML community forums

Help => Window => Topic started by: cjdg on December 30, 2015, 11:07:38 pm

Title: Is there a way i can make my app both window or windowless without depending onX
Post by: cjdg on December 30, 2015, 11:07:38 pm
I started to learn and work with sfml 2 and wanted to know if there is any way i can make my apps both window and X dependant or windowless and using something like directfb or svgalib without depending of X, this is because i want it to use different platforms (like pc) for window apps, and other without depending on X (raspi, beagle, banana)
Title: Re: Is there a way i can make my app both window or windowless without depending onX
Post by: Hapax on December 30, 2015, 11:47:15 pm
X?
Title: Is there a way i can make my app both window or windowless without depending onX
Post by: eXpl0it3r on December 31, 2015, 12:10:18 am
No, the SFML window module depends on XCB thus X.