Game programming basics in C

Over the past two months, I have been trying to learn the basics of game programming. So I coded some simple Java games to learn the basics like Tetris, Checkers, and Pac-Man.

Now I want to learn / improve my skills in C, so I have an idea to write these games in C to learn more about memory management, ooo, etc. I've already done basic C programming, but never with graphics, so I don’t know where to start.

What libraries should be used to write simple 2D games in C? GTK +? Cairo libraries? Any tutorials you can recommend? Graphic libraries?

thanks

+3
source share
6 answers

C, OpenGL - .

- !!

+3

2d; 3d, ; 3D-.

Ogre - . "Torchlight", " ". .

+2

2D-, , - OSX. . Obj-C , .

+1

, , . , , , ; 3D- 2D Opengl. . . Mit opencourseware , . Itunes .

+1

Source: https://habr.com/ru/post/1724342/


All Articles