Skip to content

yangyang95/SpaceInvader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

#太空侵略者(小蜜蜂) 這個程式是我在修計算機圖學課程時的作品。剛開始學習OpenGL是件非常痛苦的事情,尤其是網路上關於OpenGL的中文資源實在少之又少。所以我把我寫的簡單OpenGL程式放在這裡,讓每一個人都可以找得到。希望這樣可以幫助OpenGL新手的學習。

附註:這個程式是我初學OpenGL時候的作品,可能會有寫法不夠好或是bug的出現,有問題可以透過信箱聯絡我,盡可能幫助您。

#OpenGL環境設定 要使用這個程式之前,你需要在電腦上先設定好OpenGl的環境。

下載 openGL.zip 並將三個資料夾內的所有檔案複製到以下資料夾中:

  • lib 資料夾內檔案放於:
    C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\lib
  • dll 資料夾內檔案放於:
    C:\Windows\SysWOW64 (64位元) 或 C:\Windows\System32 (32位元)
  • include 資料夾內包含一個資料夾 gl,將此資料夾放於:
    C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include

SpaceInvader

Easy OpenGL Space Invader game. This is the program I wrote when I was taking computer graphics course in college. I have a hard time learning OpenGL, especially, chinese resource of OpenGL is to hard to find on the web. So I think it would be great if there is a easy program that everyone can find online. Hopefully, it can help someone who is new to OpenGL.

p.s. The program is written when I am OpenGl beginner, there might be some bug or better way to write. If there are any problem, please feel free to contact me.

#OpenGL Environment Setup Before using this program, you should setup OpenGL environment on your computer.

Download openGL.zip and place all files into specific folder:

  • Place files in lib folder into:
    C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\lib
  • Place files in dll folder into:
    C:\Windows\SysWOW64 (64bit) or C:\Windows\System32 (32bit)
  • Place gl Folder in include folder into:
    C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include

#聯絡方式 Contact Information Jerry Weng
yangyang.Weng@gmail.com

Releases

No releases published

Packages

No packages published