Hello all,
I have been studying assembly language for almost six months, moved to WinAsm a month ago and now I have grabbed the concepts of WinAsm quite well. I want to turn my way to OpenGL now! Thats why I am here.
I have 2 questions:
Where to start? I mean I found Iczelion's Tutorials quite helpful when I started WinAsm. So is there some way to start here?
Where can I find the reference to complete API? I found MSDN (or platform sdk) the best API reference for Windows API, something here?
Thanks
Omer Akhter
Hello Omer, Jeff Molofee has made some C tutorials for OpenGL. Some of them have MASM code available at the bottom. See:
http://nehe.gamedev.net/lesson.asp?index=01
Thanks Mark,
But where o find includes and libraries for MASM32. Also, I need a complete reference to OpenGL like MSDN as well.
Thanks
Omer Akhter
I've converted the opengl includes & libraries they're included in the examples archive.
tanks hitch