BezierView
View Bezier Curve transformation by Python.
Install
pip install bezierview
Play
Play Bezier Curve with pure python.
import bezierview
bezierview.play()
Animation
View an animated creation of pre-defined points.
import bezierview
points = [[50, 350], [250, 100], [330, 350], [450, 100]]
bezierview.animate(points)
View static curve
View a static plot of pre-defined points.
import bezierview
points = [[50, 350], [250, 100], [330, 350], [450, 100]]
bezierview.show(points)
Release files for bezierview 0.0.3
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| bezierview-0.0.3.tar.gz | 4.7 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| bezierview-0.0.3-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 10.0 kB
Release files / bezierview-0.0.3.tar.gz
| Download URL | bezierview-0.0.3.tar.gz |
|---|---|
| Size | 4.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
5f94f46388e406b5e0eb5c5e1eeaafa8fce66506fd3d423256969a2a83af7026
|
|
BLAKE2b-256 checksum How to use checksums |
2ba67db989edb94166204ff045bf14626bb3699dd7ce7511e766e19da28bbe7c
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.0 CPython/3.8.13
|
Release files / bezierview-0.0.3-py3-none-any.whl
| Download URL | bezierview-0.0.3-py3-none-any.whl |
|---|---|
| Size | 5.3 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
cfe467aa1ab380f764a741222b927c77240217da86b231c869c9ab14b1e2c135
|
|
BLAKE2b-256 checksum How to use checksums |
7ffff2f429e90e530ba82f6737866cd7eae46f2232baec92c6984d28647d458e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.0 CPython/3.8.13
|