Charas-Project

Off-Topic => Really Old Stuff => Archive => General programming => Topic started by: Geocide on May 29, 2009, 09:41:04 PM

Title: Interested in Programming 2D graphics?
Post by: Geocide on May 29, 2009, 09:41:04 PM
Hoi ho!

There are many people that rushes the circle of programming. Those who are impatient to learn and gives up after the first three impossible error solutions encountered. I know, I've been there.

Aight, Im going to skip the needless talking and jump right on to it.

Lets assume you have an atleast average knowledge of the language C++. If you don't then google it. But if you already passed most average parts of the language then you should most definetly head on to SDL.

Why?: It's a very simple API with good features for basic 2D programming. It really keeps you going on and on and on....
How?: I have a friend who's hosted the best site for SDL tutorials. It creates your very own engine to handle events, animations etc.. And it's structured STEP BY STEP.. The best part is that it keeps getting updated with new cool tutorials.
Where?: http:/www.sdltutorials.com

It's worth a try. And if you want I can when time gives me write tutorials in how to learn the C++ language to get you started upon the game programming industry. But, C++ tutorials are also being made on his very site. Hope it helps!

~Geocide.
Title: Re: Interested in Programming 2D graphics?
Post by: Krayzie on July 04, 2009, 06:47:50 AM
                As a beginner in programming what is your advice? I must focus in example of programs?


_________________
Refrigerator water filters (http://www.filter-outlet.com)
Title: Re: Interested in Programming 2D graphics?
Post by: rodrick3nie on November 24, 2010, 05:51:57 AM
Thanks a lot..
I am using c coding in my project but including 2d graphics in it is not easy for me..
I will visit the website and use the information in my project..