Jump to content

  • Log In with Google      Sign In   
  • Create Account

Awesome job so far everyone! Please give us your feedback on how our article efforts are going. We still need more finished articles for our May contest theme: Remake the Classics

Ready to start SDL?


Old topic!
Guest, the last post of this topic is over 60 days old and at this point you may not reply in this topic. If you wish to continue this conversation start a new topic.

  • You cannot reply to this topic
7 replies to this topic

#1 nitishk   Members   -  Reputation: 148

Like
0Likes
Like

Posted 27 August 2011 - 01:58 PM

So i have been learning c++ for a while now, and while i may not be good enough to be called an experienced programmer i have learned quite a bit. My question is, am i ready to learn SDL? How much c++ should i know in order to effectively code with SDL? Also what are some good books to learn SDL from?

Sponsor:

#2 Wooh   Members   -  Reputation: 313

Like
0Likes
Like

Posted 27 August 2011 - 03:32 PM

Note that SDL is a C library so you don't need to know all the special features in C++ to use it. I would say you are ready to learn SDL. I only know one book about SDL, and I have never read it so I can't say anything about it. I think most people learn SDL from what they find on the web. Lazy Foo's tutorials is a common starting point for beginners. The documentation pages is also a good place to look up information.

#3 Ezbez   Members   -  Reputation: 1118

Like
0Likes
Like

Posted 27 August 2011 - 03:39 PM

If you have a good grasp of pointers and are comfortable designing a small project from scratch, then you'll be fine. Also consider learning SFML instead. It's written in a C++ style and is quite nice. SFML is GPU accelerated since it's based on OpenGL.

#4 CoffeeSlave   Members   -  Reputation: 102

Like
0Likes
Like

Posted 27 August 2011 - 07:32 PM

Another here recommending SFML. I'm relatively new to C++ and programming, but I picked up SFML quicker than SDL and had my first (badly made) game finished in two days. Since the library is easier to learn it gives you room to focus on the language and the problems that you want to solve.

#5 Wooh   Members   -  Reputation: 313

Like
2Likes
Like

Posted 28 August 2011 - 12:07 AM

Why is it that every time someone want to learn SDL, a group of SFML lovers comes and say that SFML is better? Is this really relevant to what the question is about?

#6 return0   Members   -  Reputation: 361

Like
0Likes
Like

Posted 28 August 2011 - 05:06 AM

Because sfml is better than sdl and it's entirely appropriate to tell a beginner about this when they ask if they should usd sdl?

#7 nitishk   Members   -  Reputation: 148

Like
0Likes
Like

Posted 28 August 2011 - 07:50 AM

Yeah well I've already looked into both and I think SDL is the way to go just because it's been around for longer and seems to be the standard for new game programmers.

#8 return0   Members   -  Reputation: 361

Like
-1Likes
Like

Posted 29 August 2011 - 05:53 AM

Nah




Old topic!
Guest, the last post of this topic is over 60 days old and at this point you may not reply in this topic. If you wish to continue this conversation start a new topic.



PARTNERS