Skip to content

cppshizoidS/MineGL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minecraft Clone

Clone of Minecraft in C++ using OpenGL

Libriraes:

  • OpenGL
  • GLEW
  • GLFW
  • SFML
  • GLM(Opengl mathematics)
  • Libnoise


What new i learned:

  • Have more practice in GLSL
  • Learn pearlin noise algorithm
  • Get experience in 3D graphics programming

Self written noise generation was deleted on stady of debugging due to very slow generation(due to my crooked hands)