目錄
- 一.freeglut 簡介
- 二.freeglut 下載
- 五.猜你喜歡
零基礎 OpenGL ES 學習路線推薦 : OpenGL ES 學習目錄 >> OpenGL ES 基礎
零基礎 OpenGL ES 學習路線推薦 : OpenGL ES 學習目錄 >> OpenGL ES 特效
零基礎 OpenGL ES 學習路線推薦 : OpenGL ES 學習目錄 >> OpenGL ES 轉場
零基礎 OpenGL ES 學習路線推薦 : OpenGL ES 學習目錄 >> OpenGL ES 函式
零基礎 OpenGL ES 學習路線推薦 : OpenGL ES 學習目錄 >> OpenGL ES GPUImage 使用
零基礎 OpenGL ES 學習路線推薦 : OpenGL ES 學習目錄 >> OpenGL ES GLSL 編程
一.freeglut 簡介
freeglut 是 GLUT (OpenGL Utility Toolkit)的一個免費開源替代庫,在程式中負責創建視窗、初始化 OpenGL 背景關系和處理輸入事件所需的所有系統特定的雜務,從而允許創建真正可移植的 OpenGL 程式,
在 OpenGL 專案開發中,freeglut 一般搭配 glew 一起使用;
二.freeglut 下載
下載地址:https://www.transmissionzero.co.uk/software/freeglut-devel/
This package contains 32 and 64 bit Windows DLLs, import libraries, and header files, allowing freeglut applications to be written using Microsoft’s Visual C++. The package was built from source code using Visual Studio 2013. The DLL is binary compatible with both my MinGW DLL, and the GLUT for Win32 DLL provided by Nate Robins. The DLL has been tested on Windows 98 SE, Windows ME, Windows 2000, Windows XP, Windows Vista, Windows 7 (64 bit), and Windows 8 (64 bit).
freeglut 完全兼容 glut,是 glut 的代替品,開源,功能齊全,目前來看,freeglut 3.0 版本比其它版本穩定,推薦使用,

下載檔案后解壓即可得到對應的 lib 和 dll 檔案;
OpenGL freeglut 繪制可以參考以下代碼:
- Windows OpenGL 調節亮度 Demo
- Windows OpenGL 調節曝光 Demo
- Windows OpenGL 調節對比度 Demo
- Windows OpenGL 調節飽和度 Demo
- Windows OpenGL 調節伽馬線 Demo
在 OpenGL 專案開發中,freeglut 一般搭配 glew 一起使用;
五.猜你喜歡
- OpenGL ES 簡介
- OpenGL ES 版本介紹
- OpenGL ES 2.0 和 3.0 區別
- OpenGL ES 名詞解釋(一)
- OpenGL ES 名詞解釋(二)
- OpenGL ES GLSL 著色器使用程序
- OpenGL ES EGL 簡介
- OpenGL ES EGL 名詞解釋
- OpenGL ES EGL eglGetDisplay
- OpenGL ES EGL eglInitialize
- OpenGL ES EGL eglGetConfigs
- OpenGL ES EGL eglChooseConfig
- OpenGL ES EGL eglGetError
- OpenGL ES EGL eglCreateContext
- OpenGL ES EGL eglCreateWindowSurface
- OpenGL ES EGL eglCreatePbufferSurface
- OpenGL ES EGL eglMakeCurrent
- OpenGL ES EGL eglSwapBuffer
- OpenGL ES EGL eglDestroySurface
- OpenGL ES EGL eglDestroyContext
- OpenGL ES EGL eglQueryContext
- OpenGL ES EAGLContext 和 EGLContext
- OpenGL ES OpenGL WebGL EGL WGL 區別
- OpenGL ES freeglut 下載和使用
本文由博客 - 猿說編程 猿說編程 發布!
轉載請註明出處,本文鏈接:https://www.uj5u.com/houduan/535164.html
標籤:其他
上一篇:<二>類模板
