Thread: C++ game library

  1. #1
    Registered User
    Join Date
    Jun 2008
    Posts
    127

    C++ game library

    Does anybody know of a good C++ game library? The use of classes is a definite must. Portabilty would also be nice.

  2. #2
    Registered User Stonehambey's Avatar
    Join Date
    Jan 2008
    Location
    Kent, UK
    Posts
    118
    SDL seems to be quite popular, some excellent and famous tutorials here

    http://lazyfoo.net/

    I also found this recently,

    http://www.microsoft.com/express/samples/GameCreators/

    but I just made a thread about that in the game forum ^_^

  3. #3
    Registered User
    Join Date
    Jun 2008
    Posts
    127
    I'm pretty aware of all the popular c-based game libraries. I was really looking for one that use classes, but thanks for the reply.

  4. #4
    Registered User
    Join Date
    Jun 2008
    Posts
    127
    Would it be best if I just used OpenGL 3.0 when it comes out? Do you think it would be harder to use because it is written in C? Does directx use classes?

  5. #5
    Registered User
    Join Date
    Oct 2001
    Posts
    2,129
    Quote Originally Posted by herWter View Post
    Do you think it would be harder to use because it is written in C?
    Harder than what? Previous versions of OpenGL? Previous versions of OpenGL had C bindings too, as well as bindings for quite a few other languages. So no, I don't think it would be harder.

  6. #6
    Registered User
    Join Date
    Nov 2007
    Posts
    57
    http://www.sfml-dev.org/

    I'm pretty sure uses classes and OOP. C++ based too.

  7. #7
    Registered User
    Join Date
    Jun 2008
    Posts
    127
    Harder than a graphics library written in c++ and that uses classes.
    michaelp- Thanks a lot. Exactly what I was looking for.
    Last edited by herWter; 08-09-2008 at 01:50 PM.

  8. #8
    village skeptic
    Join Date
    Aug 2008
    Posts
    31
    I hear that Allegro is pretty decent. With, of course, the added bonus of being beginner friendly.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Need book to program game into multiplayer...
    By edomingox in forum Game Programming
    Replies: 3
    Last Post: 10-02-2008, 09:26 AM
  2. 2D RPG Online Game Project. 30% Complete. To be released and marketed.
    By drallstars in forum Projects and Job Recruitment
    Replies: 2
    Last Post: 10-28-2006, 12:48 AM
  3. Game Programming FAQ
    By TechWins in forum Game Programming
    Replies: 5
    Last Post: 09-29-2004, 02:00 AM
  4. Try my game
    By LuckY in forum A Brief History of Cprogramming.com
    Replies: 14
    Last Post: 09-15-2004, 11:58 AM
  5. My Maze Game --- A Few Questions
    By TechWins in forum Game Programming
    Replies: 18
    Last Post: 04-24-2002, 11:00 PM