Slashdot Mirror


Programming Linux Games Available Online

Newtonian_p writes "The LaTeX source and a PDF file of the book Programming Linux Games by Loki Software and John R. Hall has been released online. According to Happy Penguin, it is not available under a free documentation license and is for personnal use only. Get it from one of these mirrors."

6 of 32 comments (clear)

  1. Why a book? by Trusty+Penfold · · Score: 5, Funny

    Why do you need a book called "Programming Linux Games"? Can't you just post the source to Tux Racer?

  2. Servers Bursting into Flames by Boglin · · Score: 4, Funny

    A couple of days ago, when this was posted on linuxgames, the site dropped to an absolute crawl. If the previously unheard of linuxgames effect nearly killed it, what's the slashdot effect going to do to it?

    1. Re:Servers Bursting into Flames by OverCode@work · · Score: 4, Informative

      Not sure exactly *what* effect it was, but we've seen around 7000 unique IP's in the past two days.

      Hey, the more the better... but I wasn't expecting nearly that much traffic. The box has been /.'ed before, much harder, but Georgia Tech's network is pretty slow these days, mostly due to Kazaa and similar.

      -John

  3. free CS department printing by Anonymous Coward · · Score: 5, Funny

    printing file plg-final-pdf-no-really-i-mean-it-this-time.pdf.
    Page 433 of 433.

    I hope I sent it to the right printer.

    Definatly an Anonymous Coward

  4. Re: Thanks for the book by Black+Parrot · · Score: 5, Funny


    > Maybe there's a new law on the internet: Everything will be free if you wait long enough.

    Excepting Steamboat Willie.

    --
    Sheesh, evil *and* a jerk. -- Jade
  5. SDL's great for Linux by Scotch+Game · · Score: 5, Informative

    SDL is great for Linux and has an added plus, if you believe it is a plus, that it works well on Windows, too, so your games will be cross-platform. More specifically, you can develop for Linux even if, for some mortifying reason, you don't have a Linux box at home.

    In addition to being fully cross-platform, it supports events, audio, basic thread-creation, and has wrapper libraries around it for C++.

    One of the best SDL tutorials I've seen (for Windows) is here, but there's great Linux stuff available too, and it also runs on BeOS, MacOS & MacOS X.

    If you'd like to get up to speed on Linux (and other platforms') games programming quickly and you've got C or C++ skills, do yourself a favor and check this out!