Quote:
Originally Posted by creez yep concepts are very particular to OGl but if you have a good grasp of C(what i dont have) you'll learn it. |
Thanks for the support creez. Today was spent researching example code online. I have a vision for what I want to do but none of the examples are really helping me achieve my goal.
That said, I am slowly learning colours, shapes, and rotation.
Hopefully the OpenGL Bible will help further.
Also, creez, if you are familiar with a basic high level language C is pretty easy to learn. The main problem I had with C coming from a PHP background was that of type mismatch errors. In PHP you can use a variable such as an INT as a float and vise versa. However, C is far stricter when it comes to such things and throws out type mismatch errors.
The good thing about C is that you can write a simple program under Linux and it'll compile under windows without any modification as long as you have a C compiler for windows.