GLEW - The OpenGL Extension Wrangler Library - GitHub

文章推薦指數: 80 %
投票人數:10人

GLEW is originally derived from the EXTGL project by Lev Povalahev. The source code is licensed under the Modified BSD License, the Mesa 3-D License (MIT) and ... Skiptocontent {{message}} edoren / glew Public Notifications Fork 5 Star 1 Prebuiltsourcereleasesfromhttps://github.com/nigels-com/glew License Viewlicense 1 star 5 forks Star Notifications Code Pullrequests 0 Actions Projects 0 Security Insights More Code Pullrequests Actions Projects Security Insights Thiscommitdoesnotbelongtoanybranchonthisrepository,andmaybelongtoaforkoutsideoftherepository. master Branches Tags Couldnotloadbranches Nothingtoshow {{refName}} default Couldnotloadtags Nothingtoshow {{refName}} default 1 branch 1 tag Code Latestcommit   Gitstats 1 commit Files Permalink Failedtoloadlatestcommitinformation. Type Name Latestcommitmessage Committime auto     build     config     doc     include/GL     src     LICENSE.txt     Makefile     README.md     glew.pc.in     Viewcode GLEW-TheOpenGLExtensionWranglerLibrary Downloads Recentsnapshots Build LinuxandMac UsingGNUMake Installbuildtools Build Usingcmake Installbuildtools Build Windows VisualStudio MSYS/Mingw MSYS2/Mingw-w64 glewinfo CodeGeneration Authors CopyrightandLicensing README.md GLEW-TheOpenGLExtensionWranglerLibrary http://glew.sourceforge.net/ https://github.com/nigels-com/glew Downloads Currentreleaseis2.0.0. (ChangeLog) Sourcesavailableas ZIPor TGZ. Windowsbinariesfor32-bitand64-bit. Recentsnapshots Snapshotsmaycontainnewfeatures,bug-fixesornewOpenGLextensionsaheadoftested,officialreleases. glew-20160708.tgz GLEW2.0.0RC:Corecontext,EGLsupport,noMX glew-20160402.tgz GLEW2.0.0RC:Corecontext,EGLsupport,noMX Build Fromadownloadedtarballorziparchive: LinuxandMac UsingGNUMake Installbuildtools Debian/Ubuntu/Mint:$sudoapt-getinstallbuild-essentiallibxmu-devlibxi-devlibgl-devlibosmesa-devgit RedHat/CentOS/Fedora:$sudoyuminstalllibXmu-devellibXi-devellibGL-develgit Build $make $sudomakeinstall $makeclean Targets:all,glew.lib,glew.bin,clean,install,uninstall Variables:SYSTEM=linux-clang,GLEW_DEST=/usr/local,STRIP= Usingcmake CMake2.8.12orhigherisrequired. Installbuildtools Debian/Ubuntu/Mint:$sudoapt-getinstallbuild-essentiallibXmu-devlibXi-devlibgl-devgitcmake RedHat/CentOS/Fedora:$sudoyuminstalllibXmu-devellibXi-devellibGL-develgitcmake Build $cdbuild $cmake./cmake $make-j4 Target Description glew Buildtheglewsharedlibrary. glew_s Buildtheglewstaticlibrary. glewinfo Buildtheglewinfoexecutable(requiresBUILD_UTILStobeON). visualinfo Buildthevisualinfoexecutable(requiresBUILD_UTILStobeON). install InstallallenabledtargetsintoCMAKE_INSTALL_PREFIX. clean Cleanupbuildartifacts. all Buildallenabledtargets(defaulttarget). Variables Description BUILD_UTILS Buildtheglewinfoandvisualinfoexecutables. GLEW_REGAL BuildinRegalmode. GLEW_OSMESA Buildinoff-screenMesamode. BUILD_FRAMEWORK BuildasMacOSXFramework.SettingCMAKE_INSTALL_PREFIXto/Library/Frameworksisrecommended. Windows VisualStudio UsetheprovidedVisualStudioprojectfileinbuild/vc12/ Projectsforvc6andvc10arealsoprovided MSYS/Mingw AvailablefromMingw Requirements:bash,make,gcc $mingw32-make $mingw32-makeinstall $mingw32-makeinstall.all Alternativetoolchain:SYSTEM=mingw-win32 MSYS2/Mingw-w64 AvailablefromMsys2and/orMingw-w64 Requirements:bash,make,gcc $pacman-Sgccmakemingw-w64-i686-gccmingw-w64-x86_64-gcc $make $makeinstall $makeinstall.all Alternativetoolchain:SYSTEM=msys,SYSTEM=msys-win32,SYSTEM=msys-win64 glewinfo glewinfoisacommand-linetoolusefulforinspectingthecapabilitiesofan OpenGLimplementationandGLEWsupportforthat.Pleaseincludetheoutputof glewinfowithbugreports,asappropriate. --------------------------- GLEWExtensionInfo --------------------------- GLEWversion2.0.0 Reportingcapabilitiesofpixelformat3 RunningonaIntel(R)HDGraphics3000fromIntel OpenGLversion3.1.0-Build9.17.10.4229issupported GL_VERSION_1_1:OK --------------- GL_VERSION_1_2:OK --------------- glCopyTexSubImage3D:OK glDrawRangeElements:OK glTexImage3D:OK glTexSubImage3D:OK ... CodeGeneration AUnixorMacenvironmentisnededforbuildingGLEWfromscratchto includenewextensions,orcustomizethecodegeneration.Theextension dataisregeneratedfromthetoplevelsourcedirectorywith: makeextensions AnalternativetogeneratingtheGLEWsourcesfromscratchisto downloadapre-generated(unsupported)snapshot: https://sourceforge.net/projects/glew/files/glew/snapshots/ Travis-builtsnapshotsarealsoavailable: https://glew.s3.amazonaws.com/index.html Authors GLEWiscurrentlymaintainedbyNigelStewart withbugfixes,newOpenGLextensionsupportandnewreleases. GLEWwasdevelopedbyMilanIkits andMarceloMagallon. AaronLefohn,JoeKniss,andChrisWymanwerethefirstusersandalso assistedwiththedesignanddebuggingprocess. TheacronymGLEWoriginatesfromAaronLefohn. PasiKärkkäinenidentifiedandfixedseveralproblemswith GLXandSDL.NateRobinscreatedthewglinfoutility,to whichmodificationsweremadebyMichaelWimmer. CopyrightandLicensing GLEWisoriginallyderivedfromtheEXTGLprojectbyLevPovalahev. Thesourcecodeislicensedunderthe ModifiedBSDLicense,the Mesa3-DLicense(MIT)andthe KhronosLicense(MIT). Theautomaticcodegenerationscriptsarereleasedunderthe GNUGPL. About Prebuiltsourcereleasesfromhttps://github.com/nigels-com/glew Topics opengl releases glew Resources Readme License Viewlicense Stars 1 star Watchers 1 watching Forks 5 forks Releases 1 GLEW2.0.0 Latest Dec31,2016 Packages0 Nopackagespublished Languages C 95.0% HTML 1.8% Perl 1.1% Makefile 0.8% Shell 0.7% CMake 0.4% Other 0.2% Youcan’tperformthatactionatthistime. Yousignedinwithanothertaborwindow.Reloadtorefreshyoursession. Yousignedoutinanothertaborwindow.Reloadtorefreshyoursession.



請為這篇文章評分?