Skip to content

genius257/au3-opengl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

OpenGL for AutoIt

My attempt at bringing all OpenGL functionality from the MSDN documentation to AutoIt.

Files:

OpenGL.au3 - GL - https://msdn.microsoft.com/en-us/library/dd374211(v=vs.85).aspx

OpenGLU.au3 - GLU - https://msdn.microsoft.com/en-us/library/dd374158(v=vs.85).aspx

OpenWGL.au3 - WGL & Related Windows functionality - https://msdn.microsoft.com/en-us/library/ee872083(v=vs.85).aspx

Trivia:

OpenGL.au3 & OpenGLU.au3 is made with AutoIt parsing the MSDN documentation to AutoIt (https://github.com/genius257/AutoIt-projects/blob/master/MSDN%20to%20AU3/msdn%20to%20au3.au3) and a few corrections made by myself after.

OpenWGL.au3 is made by myself, with the MSDN documentation as refference.