/cubeprojection

Visualize a 3D projected cube in to 2D Cartesian Plane using Matplotlib and Numpy.

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

forthebadge made-with-python

Cube Projection

Create a 3D projected cube in to 2D Cartesian Plane and Animate it using the matplotlib built in python library.

References:

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).

picture alt

roid's DEV Profile