Skip to content

MateuszH96/Arkanoid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Arkanoid

Arkanoid in OpenGL

Table of Contents

Technologies Used

  • C++ 14
  • OpenGL
  • Library GLUT
  • Library GLM

Usage

  1. Clone the repository by running the command below on your git terminal
git clone https://github.com/MateuszH96/Arkanoid.git
  1. Open the project in VisualStudio.
  2. Download the glutdlls37beta.zip file from https://www.opengl.org/resources/libraries/glut/glut_downloads.php and https://github.com/g-truc/glm
  3. After this, we have to copy the file as instructed below:
    • First, paste glut.h file in: C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\VS\include\gl
    • Then paste glut.lib in: C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\VS\lib\x64
    • Then paste the glut32.lib in: C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\VS\lib\x86
    • Then paste glut.dll and glut32.dll in: C:\Windows\SysWOW64
    • Finally copy glut32.dll to: C:\Windows\System32
  4. 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"
  5. Run the project build.

Contact

Created by Mateusz Mat16eusz Jasiak [email protected] - feel free to contact me!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •