Skip to content

rootjatin/pythree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

pythree

Python package for making geometric shapes obj file and for 3d plotting and 3d obj file

pythree (pythree)

pythree (aka pythreemaker) is a Python package for generating simple 3D geometric meshes and exporting them as Wavefront .obj files.

Links


Features

  • Create basic 3D geometric shapes (triangle-mesh style)
  • Export models as .obj files for Blender / MeshLab / other viewers
  • Lightweight and script-friendly

Installation

From PyPI

pip install pythree

From source

git clone https://github.com/rootjatin/pythree.git
cd pythree
pip install -e .
import pythree
print(dir(pythree))
help(pythree)

About

Python package for making geometric shapes obj file

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages