[PyOpenGL-Users] [ pyopengl-Feature Requests-3532558 ] Use FreeGLUT on Windows
Brought to you by:
mcfletch
From: SourceForge.net <no...@so...> - 2012-06-06 20:24:27
|
Feature Requests item #3532558, was opened at 2012-06-06 13:24 Message generated for change (Tracker Item Submitted) made by glynnc You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=355988&aid=3532558&group_id=5988 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: GLUT Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Glynn Clements (glynnc) Assigned to: Nobody/Anonymous (nobody) Summary: Use FreeGLUT on Windows Initial Comment: Currently (as of 3.0.1), platform/win32.py looks for glut32.dll, freeglut32.dll and freeglut.dll in that order, thus preferring GLUT over FreeGLUT. Also, the Windows binary package includes an "original" GLUT DLL. As FreeGLUT offers more features, and pre-compiled FreeGLUT DLLs are available for Windows (32-bit and 64-bit), I'd like to suggest that freeglut come before the original in the search order, and that the binary package should include the FreeGLUT DLL. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=355988&aid=3532558&group_id=5988 |