# PlayWith3D A project about [my](cx@kdxcxs.com) 3D exploring journey ## Projects ### First Cube preview: ![FirstCubegif](assets/First_Cube.gif) prototype: ![FirstCubePrototype](assets/FirstCubePrototype.jpg) src: 1. [python](src/python/First_Cube.py) 2. [js](src/js/First_Cube.html) ### Cube Without Perspective Simply fill the two faces nearer to the camera. preview: ![CubeWithoutPerspective](assets/CubeWithoutPerspective.gif) prototype: ![CubeWithoutPerspectivePrototype](assets/CubeWithoutPerspectivePrototype.jpg) src: 1. [python](src/python/CubeWithoutPerspective.py) ### Simple 3D Camera To be done. I have to prepare for the college entrance examination😥 preview for functional parts: ![Simple3DCameraPreview](assets/Simple3DCamera.gif) Check the TODO list in [Simple3DCamera.py](src/python/Simple3DCamera.py) for more information. src: 1. [python](src/python/Simple3DCamera.py)