Skip to content

Dev2050/SimulateUsingGlut

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

Dev2050SimulateUsingGlut

Just go to this link "http://wiki.codeblocks.org/index.php/Using_FreeGlut_with_Code::Blocks" and read on. This is pretty useful as a starting point. In case the original link above does not work, Code::Block windows users can read on from here. A little Info on Glut32 and FreeGlut. The original Glut32 written by Mark Kilgard was ported over by Nate Robins. For windows users, you can download freeglut 2.8.1‑1 for MinGW. In order to use this, copy and paste the gult32.lib to the ...\MinGW\lib folder, glut.h to the ...MinGW\include\GL folder and the glut32.dll file to the C:\Windows\System32 or C:\Windows\SysWOW64. After that, you need to link the the gult32 library to your project and run it.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published