Arkanoid in OpenGL
- C++ 14
- OpenGL
- Library GLUT
- Library GLM
- Clone the repository by running the command below on your git terminal
git clone https://github.com/MateuszH96/Arkanoid.git
- Open the project in VisualStudio.
- Download the
glutdlls37beta.zipfile from https://www.opengl.org/resources/libraries/glut/glut_downloads.php and https://github.com/g-truc/glm - After this, we have to copy the file as instructed below:
- First, paste
glut.hfile in:C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\VS\include\gl - Then paste
glut.libin:C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\VS\lib\x64 - Then paste the
glut32.libin:C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\VS\lib\x86 - Then paste
glut.dllandglut32.dllin:C:\Windows\SysWOW64 - Finally copy
glut32.dllto:C:\Windows\System32
- First, paste
- The next step is to add GLM library header files in the project properties. Section: Project -> Properties -> VC++ directories -> Header Files Directories -> edit -> "<GLM directory path>\GLM"
- Run the project build.
Created by Mateusz Mat16eusz Jasiak [email protected] - feel free to contact me!