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

Author Topic: Edit: Deleted.  (Read 4278 times)

0 Members and 1 Guest are viewing this topic.

Kobie

  • Guest
Edit: Deleted.
« on: December 23, 2010, 05:21:18 am »
Edit: Deleted.
« Last Edit: December 21, 2012, 12:38:55 am by anonymous191 »

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
GIF image format
« Reply #1 on: December 23, 2010, 08:10:29 am »
I think both SDL and SFML are a very bad choice for such a program ;)

What you need is a "real" windowing framework like Qt. It will load every format that you possibly want, and give you all the windowing functions that you need (setTitle). SFML and SDL are made for real-time multimedia; an image viewer doesn't exactly fit in this category.

By the way, GIF is badly supported in open-source libraries because as far I as know, it was still patented until recently.
Laurent Gomila - SFML developer

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
GIF image format
« Reply #2 on: December 23, 2010, 08:28:39 am »
I don't see why Qt wouldn't be fast enough (whether you're talking about loading images or displaying them). At least, SFML is probably not faster anyway.
Laurent Gomila - SFML developer

 

anything