This package defines 3D geometric primitives and their related features, which support the assembly of the geometric primitives to construct a 3D object.
You can choose one of three installation options.
- From PyPI repository
To install the released version in PyPI repository, command it.
$ pip install geometric_primitives
- From source code
To install geometric_primitives
from source code, command it.
$ pip install .
- From source code (editable mode)
To use editable development mode, command it.
$ pip install -r requirements.txt
$ python setup.py develop
If you would like to uninstall geometric_primitives
, command it.
$ pip uninstall geometric_primitives
- 2 x 4 brick, which is encoded as
0
in this project - 2 x 2 brick, which is encoded as
1
- 1 x 2 brick, which is encoded as
2
- Jungtaek Kim: [email protected]