How to get 2d Graphics for c++?
How to get 2d Graphics for c++?
So I have done a few text based games, other projects for practice, and I am ready to move on to 2d games. My only question is how? I hear all these different names, SDL, OpenGL, directx, but when I look up tutorials on them I see ZERO c++ code, which gets me a little confused. So where should I start looking to be able to code 2d games, if I already got a good grasp on c++ and oop?
Tags: Graphics
Under Forum

1 Comment for How to get 2d Graphics for c++?
1. Mike | February 15th, 2011 at 8:56 am
There’s a few APIs that I know of that are all free:
Ogre – http://www.ogre3d.org/
Dark GDK – http://www.thegamecreators.com
SFML – http://www.sfml-dev.org/index.php
If you’re familiar with OOP look through these and see which one interests you the most.
Leave a Comment for How to get 2d Graphics for c++?
You must be logged in to post a comment.
Trackback this post | Subscribe to the comments via RSS Feed