SFML community forums

Help => Window => Topic started by: og_the_trog on December 31, 2013, 11:30:25 pm

Title: Open A Directory Search Window?
Post by: og_the_trog on December 31, 2013, 11:30:25 pm
The topic pretty well explains it all, in my game I need the player to locate an image on their computer, and I'd like there to be a browse option rather than them having to copy and paste the address of the image.

and if sfml can't do this can someone point to a c++ library that can? (the most light weight)

Thank You.

I'm using sfml 2.0
Title: Re: Open A Directory Search Window?
Post by: eXpl0it3r on January 01, 2014, 12:38:40 pm
SFML can't do this. I'm sure there are some really lightweight libs, probably even header-only around the internet. Did you even try to google for one? I'd have to do the same, since I've never used something like that, except with Qt.