Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 283 Bytes

File metadata and controls

16 lines (12 loc) · 283 Bytes

CubeGL

This project is a visualiser tool to render a Rubik's cube of any dimension with OpenGL

Dependencies

  • OpenGL
  • GLFW
  • GLAD
  • GLM
  • CMAKE

Build

  • Install all the dependencies and run cmake in the root directory

References learnopengl