Thread: sdl

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

    sdl

    I recently finished my trpg and ive been wanting to get into making actual games that people other than me would play ,a now i understand what sdl is and was wondering if its good to use i know that whatever i feel comfortable with i should use but im just thinking about how many people actually use this?

  2. #2
    (?<!re)tired Mario F.'s Avatar
    Join Date
    May 2006
    Location
    Ireland
    Posts
    8,446
    A lot. You can also see some games developed with SDL on their website, if i remember correctly.
    Originally Posted by brewbuck:
    Reimplementing a large system in another language to get a 25% performance boost is nonsense. It would be cheaper to just get a computer which is 25% faster.

  3. #3
    Registered User
    Join Date
    Sep 2005
    Posts
    196
    hotdog!thats good enouph for me and i found this tutorial thats so good i cant beleive it

  4. #4
    User
    Join Date
    Jan 2006
    Location
    Canada
    Posts
    499
    SDL is a exactly what the acronym means. Simple Direct Layer. I prefer using plain OpenGL for my graphics, though. SDL is more useful when it comes to writing sound and input, so it's also a useful replacement for GLUT (if you find GLUT too limited).

  5. #5
    Registered User
    Join Date
    Sep 2005
    Posts
    196
    well theres openal for sound and im always looking at new things lol,maybe when i get advanced and sdl ill go into opengl\al

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. SDL and stdio.h
    By a.mlw.walker in forum C Programming
    Replies: 1
    Last Post: 02-06-2009, 07:45 AM
  2. Problems compiling this SDL app
    By Rider in forum C++ Programming
    Replies: 3
    Last Post: 03-27-2007, 12:22 PM
  3. SDL and MinGW Studio
    By Vicious in forum Tech Board
    Replies: 0
    Last Post: 07-30-2004, 09:59 PM
  4. SDL and Windows
    By nickname_changed in forum Windows Programming
    Replies: 14
    Last Post: 10-24-2003, 12:19 AM
  5. sdl in c++
    By Klinerr1 in forum C++ Programming
    Replies: 8
    Last Post: 07-07-2002, 07:46 AM