Thread: newb looking for an SDL tutorial

  1. #1
    Registered User
    Join Date
    Sep 2001
    Posts
    305

    newb looking for an SDL tutorial

    well, i finally got sdl working with devc++. now i need an sdl tutorial. i am a complete newbie to gfx programming and almost a complete newbie to game programming. if u kno an sdl tutorial, plz tell me!

  2. #2
    .
    Join Date
    Aug 2001
    Posts
    598
    The documation is farily good.

    There is a book out on linux game programming that covers it. I belive that book is called linux game programming. I have the source from the book, witch I got of the web.

    The information is writen for linux and you will need to add a few header files. When working with opengl you must include windows.h and change the path to the open gl headers.

    One final thing I have noticed that I want to use C++ when writing a game I must fource the entire thing to compile as C++ file regardless of extension, using borlands command line.

    For an opengl tutorial download the files from www.libsdl.org
    To Err Is To Be Human. To Game Is Divine!"

  3. #3
    Registered User
    Join Date
    Aug 2001
    Posts
    403

    i was in your situation earlier, i went with allegro

    she's a b-tch to get working, but once you do (tell me!!) well i have it working for Linux and Dos, just not windows yet. Also, i had to abandon my lovely Borland compiler to use it the Borland support is the worst i've seen. (even worse than DX8)

  4. #4
    Registered User
    Join Date
    Sep 2001
    Posts
    305
    rite now, i cant afford a book (and probably wont be able to for 4-5 yrs). the doc is horrible!!! no real complete examples, just snippets that i have no clue how to put together.
    yes, i did get sdl working

  5. #5
    Blank
    Join Date
    Aug 2001
    Posts
    1,034
    The documentation in't that bad?
    You can get the book online at
    http://mail.lokigames.com/~overcode/plg/

  6. #6
    Registered User
    Join Date
    Sep 2001
    Posts
    305
    acrobat reader dont work!!

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. My new website
    By joeprogrammer in forum A Brief History of Cprogramming.com
    Replies: 19
    Last Post: 03-17-2006, 07:38 PM
  2. Where is there a good SDL tutorial?
    By ballmonkey in forum C++ Programming
    Replies: 2
    Last Post: 01-25-2005, 12:43 PM
  3. SDL and Windows
    By nickname_changed in forum Windows Programming
    Replies: 14
    Last Post: 10-24-2003, 12:19 AM
  4. SDL quick tutorial
    By sean in forum A Brief History of Cprogramming.com
    Replies: 2
    Last Post: 10-18-2002, 11:47 PM
  5. sdl in c++
    By Klinerr1 in forum C++ Programming
    Replies: 8
    Last Post: 07-07-2002, 07:46 AM