網路搜尋:freeglut

image

打開之後滑到下面,點擊 Martin Payne's Windows binaries (MSVC and MinGW)

 

image

會跑到另外一個網頁點擊 Download freeglut 3.0.0 for MinGW 下載

 

image

下載完之後解壓縮後會產生一個資料夾。

image


 

 

然後把include裡的GL丟到Dev C++的include

image

 


然後把lib\x64裡的.a檔丟到Dev C++的lib

image


bin\x64裡的.dll檔丟到windows/system32裡

 

image

 


Dev C++ 

1.新增->專案->Console Application 

2.專案選項(Ctrl+H)->參數->連結器輸入 -lopengl32 -lfreeglut -lglu32

3.下載範例程式執行是否成功

 

image

image

image

 

3D Graphics with OpenGL by Examples (ntu.edu.sg)

 

image

 

參考資料:

(1) Using Dev-C++ for OpenGL GLUT/freeGLUT Programming - YouTube

arrow
arrow
    創作者介紹
    創作者 讀書小天地 的頭像
    讀書小天地

    書籍分享天地

    讀書小天地 發表在 痞客邦 留言(0) 人氣()