Skip to main content

bezier curve visualization

Project description

BezierView

View Bezier Curve transformation by Python.

Install

pip install bezierview

Play

Play Bezier Curve with pure python.

play

import bezierview

bezierview.play()

Animation

View an animated creation of pre-defined points.

animation

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)

pic

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

bezierview-0.0.3.tar.gz (4.7 kB view hashes)

Uploaded Source

Built Distribution

bezierview-0.0.3-py3-none-any.whl (5.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page