News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

new to OpenGL, new to WinAsm

Started by omer_akhter, August 22, 2006, 09:50:29 PM

Previous topic - Next topic

omer_akhter

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

Mark Jones

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
"To deny our impulses... foolish; to revel in them, chaos." MCJ 2003.08

omer_akhter

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

hitchhikr

I've converted the opengl includes & libraries they're included in the examples archive.

qxtianlong