Skip to content

yurukute/RubiksGL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rubik's GL

Description

A basic OpenGL Rubik's Cube rendering written in Java using LWJGL.

Features

  • Rotate the cube using mouse or keys: Q/E to pan left/right, N/M to pan up/down.
  • Move the cube around screen with arrow keys.
  • Rotate faces with F, B, U, D, L, R keys (Hold SHIFT for counter-clockwise direction).
  • Reset with CTRL+R.