- Notifications
You must be signed in to change notification settings - Fork1
2D geometric shape and mask generator
License
RealPolitiX/planar2
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Planar2 is an extension of theplanar package by Casey Duncan. Planar is a 2D geometry library for Python designed to be useful for most any program that needs a convenient, high-performance geometry API. Planar2 added geometry component generation along with update and refinement of the original planar classes to the current Python environment. The functionalities of planar2 allows generation of the following complex shape progression.
To build and install Planar from the source distribution or repository use::
python setup.py install
To install only the pure-Python modules without compiling, use::
python setup.py build_py install --skip-build
Only performance is sacrificed without the C extensions, all functionality is still available when using only the pure-Python modules.
The documentation for the older version (v0.4) of planar ishere.
About
2D geometric shape and mask generator