Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: Open A Directory Search Window?  (Read 1382 times)

0 Members and 1 Guest are viewing this topic.

og_the_trog

  • Newbie
  • *
  • Posts: 12
    • View Profile
    • Email
Open A Directory Search Window?
« 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
« Last Edit: December 31, 2013, 11:35:26 pm by og_the_trog »

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 10815
    • View Profile
    • development blog
    • Email
Re: Open A Directory Search Window?
« Reply #1 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.
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/

 

anything