Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 452 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 452 Bytes

About

Cube 3d is my pet project aimed at studying the transform CSS property capabilities and OOP paradigm.

It is a simple three dimentional cube assembled using six <div> elements and the transform property magic.

You can rotate the Cube using a mouse (v1.0). Rotation is realised using a homogeneous matrix transformation.

Tech stack

  • HTML / CSS
  • JavaScript
  • webpack