Skip to content

Jormit/3d-Renderer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

3d Renderer

This is a simple 3d renderer written in python that outputs to a bitmap file. The entirety of the renderer is written with no graphics libraries. Pillow is used for handling image creation and saving. Can render textured 3d models from .obj and .tga files. Based loosely on https://github.com/ssloy/tinyrenderer.

Example

Render of this obj.

Textured.

out

Wireframe.

out

About

3D Renderer in python from scratch

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages