Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 572 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 572 Bytes

Wireframe

Interactive wireframe renderer with perspective projection.

Instruments

pygame for keyboard and mouse handling, numpy to simplify working with matrixes.

Usage

Make sure that numpy and pygame libraries installed

host@name:~$ pip3 install pygame
host@name:~$ pip3 install numpy

Then launch python script

host@name:~$ python3 wireframe.py

Features

View translation and rotation (WASD keys and mouse).

Perspective projection.