Built using 3D geometry equations, it can render a variety of shapes as long as their co-ordinates are defined mathematically.
The renderer can be controlled by the mouse, allowing you to interact with the shapes in real-time. It works by repeatedly printing characters on the console to simulate the 3D effect.
-
Clone the repository:
git clone https://github.com/yourusername/3d-renderer.git
-
Navigate to the project directory:
cd 3d-renderer
- to render cube
python3 cube.py
- to render 3D model
python3 pickachu.py
These can be rotated by mouse

