This is just a silly python project that renders 3D objects in 2D only using PyTurtle.
I want the program to produce a real-time spinning render of any .obj file I provide while only handling the display using PyTurtle.
- Add face transformation (Rotate, Sheer, Skew)
- Read .obj input
- Convert .obj to a list of faces
- Render faces in backwards Z distance order (furthest -> closest)