Thread: Direct play?

  1. #1
    Registered User
    Join Date
    Oct 2001
    Posts
    224

    Direct play?

    DirectX has a feature called DirectPlay(i think) for doing multi player games and such... does OpenGL or Allegro or another multiplatform library have the same thing??

  2. #2
    Chief Code Coloniser!
    Join Date
    Apr 2005
    Posts
    121
    DirectPlay is the networking component of DirectX.

    OpenGL is just a graphics library (hence GL) and has nothing to do with anything else other than graphics. So the answer is no, OpenGL doesn't have any networking capability.

    I can't comment on Allegro as I haven't used it, but if it's designed just for graphics, then the answer is again no.

    Remember, DirectX is a suite of libraries... one of which is Direct3D. DirectX != Direct3D

    Hope that helps!

  3. #3
    Registered User
    Join Date
    Jan 2005
    Posts
    847
    I can confirm that the last time I looked at allegro it had no networking componant.

  4. #4
    Registered User
    Join Date
    Sep 2004
    Posts
    197
    you could probably check out libSDL, as it does have a couple of related projects (SDL_net, and SDL_net2). Its also multiplatform.

    oh, and a link http://www.libsdl.org
    If any part of my post is incorrect, please correct me.

    This post is not guarantied to be correct, and is not to be taken as a matter of fact, but of opinion or a guess, unless otherwise noted.

  5. #5
    Registered User
    Join Date
    Oct 2001
    Posts
    224
    well i guess i mean OpenXL then since there is OpenAL, OpenGL....

  6. #6
    Registered User
    Join Date
    Sep 2004
    Posts
    197
    Quote Originally Posted by c++.prog.newbie
    well i guess i mean OpenXL then since there is OpenAL, OpenGL....
    OpenGL and OpenAL aren't related at all, and their naming is just conicedental(sp).
    If any part of my post is incorrect, please correct me.

    This post is not guarantied to be correct, and is not to be taken as a matter of fact, but of opinion or a guess, unless otherwise noted.

  7. #7
    Registered User
    Join Date
    Oct 2001
    Posts
    224
    well thx i guess ill just keep looking

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. how to play play and stop wav files
    By cnu_sree in forum Linux Programming
    Replies: 4
    Last Post: 08-14-2006, 11:11 PM
  2. pls post here tricks that you know of in C/C++, thanks
    By mickey in forum C++ Programming
    Replies: 55
    Last Post: 06-12-2003, 04:28 PM
  3. Gui Class With Tic Tac Toe
    By xxYukoxx in forum C++ Programming
    Replies: 1
    Last Post: 06-01-2003, 04:28 PM
  4. Cribbage Game
    By PJYelton in forum Game Programming
    Replies: 14
    Last Post: 04-07-2003, 10:00 AM
  5. How do I play an MP3?
    By Hunter2 in forum Windows Programming
    Replies: 28
    Last Post: 05-20-2002, 08:49 PM