Skip to content

Latest commit

 

History

History
9 lines (9 loc) · 391 Bytes

File metadata and controls

9 lines (9 loc) · 391 Bytes

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.