Skip to content

A minecraft-like game based on OpenGL

License

Notifications You must be signed in to change notification settings

Sokolmish/mGame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mGame

This is a Minecraft like game created on C++ and OpenGL.

Following external libraries are used in this project.

  • OpenGL
  • GLFW3
  • GLEW
  • GLM
  • FreeType

For Ubuntu and some other repositories these libraries can be installed via apt by running following command.

sudo apt install libopengl0 libglfw3 libglfw3-dev libglm-dev libglew-dev libfreetype6 libfreetype6-dev

After libraries installation the game can be built using CMake.

About

A minecraft-like game based on OpenGL

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages