Thread: Books

  1. #1
    Registered User
    Join Date
    Sep 2005
    Posts
    11

    Books

    I recently bought "Beginning Game Programming" by Michael Morrison, and I was wondering if it was a good book for beginners?

  2. #2
    Registered User Dante Shamest's Avatar
    Join Date
    Apr 2003
    Posts
    970
    Try reading it and tell us.

    I have a copy of that book, the 1st edition I believe, and I think it's okay. It mainly focuses on programming with the Windows GDI (Graphics Device Interface). It uses GDI to build a simple 2D game engine from the ground up. For a beginner's book, I think it might be a little tough mainly because you have to learn windows programming and game programming at the same time.

    If it were up to me, I'd have chosen a simpler, more cross-platform graphics API like SDL. Hmm, maybe I should try writing a game programming book that uses it.

  3. #3
    Registered User Frobozz's Avatar
    Join Date
    Dec 2002
    Posts
    546
    Quote Originally Posted by Dante Shamest
    If it were up to me, I'd have chosen a simpler, more cross-platform graphics API like SDL. Hmm, maybe I should try writing a game programming book that uses it.
    Yes. Please do. I'm sick of seeing all these books make mention of the benefits of it and not using it. One good example is the book "Beginning OpenGL Game Programming." The idiots mention SDL and then turn around and use Win32 instead!

  4. #4
    ---
    Join Date
    May 2004
    Posts
    1,379
    To be fair, what you need to know about SDL is minimal when writing OpenGL apps.
    The online docs are really helpful too

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. What are some good books on C?
    By php111 in forum C Programming
    Replies: 9
    Last Post: 10-01-2008, 06:16 AM
  2. C++ Books
    By Darklighter in forum C++ Programming
    Replies: 8
    Last Post: 01-03-2006, 07:13 PM
  3. Reference Books at Work and Home
    By kuphryn in forum Tech Board
    Replies: 2
    Last Post: 05-20-2004, 05:59 AM
  4. Good books?
    By Unregistered in forum C++ Programming
    Replies: 14
    Last Post: 02-10-2002, 01:58 PM
  5. Books Books Books
    By aresashura in forum Game Programming
    Replies: 5
    Last Post: 12-28-2001, 09:08 PM