Metadata-Version: 1.1
Name: carson-ref.bezier
Version: 0.0.1
Summary: Bezier curve simulation (including reductions the dimension from 3 to 2)
Home-page: https://github.com/CarsonSlovoka/carson-tool.create_template
Author: Carson
Author-email: jackparadise520a@gmail.com
License: Apache-2.0
Download-URL: https://github.com/CarsonSlovoka/carson-tool.create_template/tarball/v0.0.0
Description: ============================
        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/Dev/LICENSE
Keywords: templates
Platform: UNKNOWN
Classifier: Topic :: Text Processing :: Fonts
Classifier: Natural Language :: Chinese (Traditional)
Classifier: Natural Language :: English
Classifier: Operating System :: Microsoft
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
