Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/carsonslovoka/carson-ref.bezier
Bezier curve simulation (including reductions the dimension from 3 to 2)
https://github.com/carsonslovoka/carson-ref.bezier
Last synced: 7 days ago
JSON representation
Bezier curve simulation (including reductions the dimension from 3 to 2)
- Host: GitHub
- URL: https://github.com/carsonslovoka/carson-ref.bezier
- Owner: CarsonSlovoka
- License: apache-2.0
- Created: 2020-02-05T08:55:09.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-02-06T10:25:24.000Z (almost 5 years ago)
- Last Synced: 2024-10-14T11:38:05.130Z (about 1 month ago)
- Language: Python
- Size: 307 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
============================
Bezier curve simulation
============================:Source Code: https://github.com/CarsonSlovoka/carson-ref.bezier/blob/master/Carson/Ref/Bezier/bezier.py
:Compatible: Python >3.6
:Platform: Windows
:License: `Apache 2.0`_
:Author Doc: https://carsonslovoka.github.io/CarsonDoc/.. sectnum::
Bezier curve simulation (including reductions the dimension from 3 to 2)
.. image:: demo/demo.gif
Install
===============* ``pip install carson-ref.bezier``
USAGE
===============.. code-block:: python
from Carson.Ref.Bezier import bezier_curve_monitor
bezier_curve_monitor().. csv-table:: Event
:header: KEY, Desc.
:delim: |ESC| exit app
C| redraw (clear canvas)
LButton| set point.. _`Apache 2.0`: https://github.com/CarsonSlovoka/carson-ref.bezier/blob/master/LICENSE