matham / kivy_garden.vispy

Kivy backend for Vispy
MIT License
1 stars 0 forks source link

kivy-garden demo of cython flower

Coverage Status Build Status

A kivy garden flower that shows how to add flowers that requires cython compilation.

Please see the garden instructions for how to use kivy garden flowers.

Flower information

A kivy garden flower demo with cython code.

Install

To install with pip::

pip install kivy_garden.cython_flower

To build or re-build locally::

PYTHONPATH=.:$PYTHONPATH python setup.py build_ext --inplace

Or to install as editable (package is installed, but can be edited in its original location)::

pip install -e .

Usage

do_something

TODO

Contributing

Check out our contribution guide and feel free to improve the flower.

License

This software is released under the terms of the MIT License. Please see the LICENSE.txt file.

How to release

See the garden instructions for how to make a new release.