Forum: Game Development Sep 10th, 2009 |
| Replies: 10 Views: 1,133 For now, I would suggest openGL, as it is easier to learn. Google
tutorials for it. This (http://www.videotutorialsrock.com/) link
would help you get opengl installed. |
Forum: Game Development Sep 9th, 2009 |
| Replies: 10 Views: 1,133 Well to make a GUI program in opengl, say a basic triangle, all you need
to know about c++ is, functions,libraries,if-else,and switch-statements.
From that you can make your first triangle.... |
Forum: Game Development Aug 29th, 2009 |
| Replies: 19 Views: 1,837 Ok whats the problem. In your drawFunc have the (X_i,Y_i,Z_i)
and the (X_f, Y_f, Z_f) as variables and change it accordingly. Maybe
if '+' is pressed, increase the length of each X coord by 1... |
Forum: Game Development Aug 29th, 2009 |
| Replies: 19 Views: 1,837 Ask your question in a clear and concise manner. |