Results 1 to 3 of 3

Thread: Creating Games

  1. #1

    Thread Starter
    Member
    Join Date
    Dec 2002
    Location
    Miami,FL
    Posts
    34

    Creating Games

    Do most people create games in Win32? If not then what do they usually use?


    Thanks
    Death is always smiling down on us, the only thing we can do is smile back

  2. #2
    Guru Yonatan's Avatar
    Join Date
    Apr 1999
    Location
    Israel
    Posts
    892
    If the target platform of your game isn't Windows, you would most definitely not use Win32.

  3. #3
    Fanatic Member twanvl's Avatar
    Join Date
    Dec 2001
    Posts
    771
    The only use for Win32 in game programming is for setting up a window, in which the action happens. The game itself uses different APIs, like DirectX or OpenGL.
    It doesn't really matter how you create your window, since that isn't where the preformance bottleneck is. Some people use Win32 api, others use MFC, GLUT, SDL, etc.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width