graphic design program

esa193

Fully Optimized
Messages
4,210
whats a good graphic design program that i could use to learn to make video games?
dont care if its free or not
 
1. you are looking for a 3d animation program.
2. thats not all thats required, because you need to learn to program them too
3. best to look into a local college that specializes in this stuff
 
I agree there. You need C++, maybe some Java, a lot of C++ and maybe all Visual Basic and all that sort of crap. You might hav to learn J++, or whatever it's called.

Well, C++ and Visual Basic generally, not to scare you off. If you know how to program, get Dev C++. It's a good open source program that will compile and test you programming.
 
im learning c++ buts i hard
but 3d modeling dont u just u a mouse for that
 
esa193 said:
but 3d modeling dont u just u a mouse for that

ha ha that made me laugh...

you know how much code is required just for a 3D model? the physics alone must be over a page long lol.

there is a game though that my friend had that was a game but inside the game you can edit and manipulate stuff. it was like they took the fps and then added edit mode but with code and stuff. pretty tough stuff. but if you are serious about doing this i would take C++

int main()
{
cout<<"IMO"<<endl;
return(0);
}
 
Back
Top Bottom