Create a 3D projected cube in to 2D Cartesian Plane and Animate it using the matplotlib built in python library.
https://en.wikipedia.org/wiki/Rotation_matrix (Equation for Rotation Matrix).
https://github.com/CodingTrain/website/tree/master/CodingChallenges/CC_112_3D_Rendering/P5 (Javascript Lang.).
https://thecodingtrain.com/CodingChallenges/112-3d-rendering (Inspiration and what makes me move forward).
https://en.wikipedia.org/wiki/3D_projection.
http://matrixmultiplication.xyz/ (Visualized matrix multiplication).