Skip to content

alextousss/pyWireframeRenderer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pyWireframeRenderer

Renders .obj files in 3D.
It doesn't use any OpenGL and is self-contained in 200LOC.
Its only dependencies are Numpy for matrix multiplications and Pygame to render to the screen.

Screenshots

Teapot

teapot rendered with pyWireframeRenderer

Cube

Cube rendered with pyWireframeRenderer

Install

git clone https://github.com/belzebalex/pyWireframeRenderer/
cd pyWireframeRenderer
pip3 install pygame numpy

Usage

python3 renderer.py cube.obj

Use zqsdae to translate and uiojkl to rotate.

About

Pure-python 3D wireframe renderer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages