windows - Game Programming in C -


i have have basic knowledge of c, , want expand ot. want study 2d game programming in c. possibility? there engine may use?

take @ sdl library:

simple directmedia layer cross-platform development library designed provide low level access audio, keyboard, mouse, joystick, , graphics hardware via opengl , direct3d. sdl written in c, works natively c++.

so can use both c++ , c.

likewise, can take @ sfml library (which native c++, has bindings c well):

sfml provides simple interface various components of pc, ease development of games , multimedia applications. composed of 5 modules: system, window, graphics, audio , network.

personally suggest sfml more, since seems have better support opengl , easier program in.


Comments

Popular posts from this blog

java.util.scanner - How to read and add only numbers to array from a text file -

rewrite - Trouble with Wordpress multiple custom querystrings -