I am making a game with C++ (exe) and im getting it to be a full black screen and going from there.. but any text i want comes up in the .exe file bit and not the full screen, so it goes to it goes off and the tex is in the .exe thing, any help?
Yet another Question
Started by CPlusPlus, Aug 15 2007 08:47 PM
8 replies to this topic
#1
Posted 15 August 2007 - 08:47 PM
|
|
|
#2
Posted 15 August 2007 - 08:53 PM
I don't really understand what you mean. I think you're just doing some console mode programming, am I right?
If you want to do game programming, with 3D, etc. then you need to pick up some 3D-engine/framework. One alternative could be OpenGL with - or without GLUT. It's easy to use and easy to install. There's a lot of resources around the internet, so it shouldn't be a problem learning it.
If you want to do game programming, with 3D, etc. then you need to pick up some 3D-engine/framework. One alternative could be OpenGL with - or without GLUT. It's easy to use and easy to install. There's a lot of resources around the internet, so it shouldn't be a problem learning it.
#3
Posted 15 August 2007 - 08:57 PM
Ok, thanks alot man, you can see that i dont know what the beep im doing with C++ Lol. Can you link me to any of those please?
#5
Posted 15 August 2007 - 09:08 PM
what about 2D? Thats what i wanna do
#6
Posted 15 August 2007 - 10:06 PM
Anyone know of a free 2d/3d graphics libraries?
#7
Posted 16 August 2007 - 03:55 AM
Look at my previous post - I gave you one, OpenGL.
GLUT is a "helper" for OpenGL, if you think OpenGL is too hard.
GLUT is a "helper" for OpenGL, if you think OpenGL is too hard.
#8
Posted 16 August 2007 - 04:02 AM
What is the best 3D free one, do you know?
#9
Posted 16 August 2007 - 08:03 AM
I strongly recommend that you back off from creating your game and learn the basics of C++ first. From what I have seen, you don't know the language well enough to make a game, yet.


Sign In
Create Account


Back to top









