An open API service indexing awesome lists of open source software.

https://github.com/matham/kivy_garden.vispy

Kivy backend for Vispy
https://github.com/matham/kivy_garden.vispy

Last synced: 10 months ago
JSON representation

Kivy backend for Vispy

Awesome Lists containing this project

README

          

kivy-garden demo of cython flower
==================================

[![Coverage Status](https://coveralls.io/repos/github/kivy-garden/cython_flower/badge.svg?branch=master)](https://coveralls.io/github/kivy-garden/cython_flower?branch=master)
[![Build Status](https://travis-ci.com/kivy-garden/cython_flower.svg?branch=master)](https://travis-ci.com/kivy-garden/cython_flower)

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

Please see the garden [instructions](https://kivy-garden.github.io) 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
-------

```py
do_something
```

TODO
-------

* add your code

Contributing
--------------

Check out our [contribution guide](CONTRIBUTING.md) and feel free to improve the flower.

License
---------

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

How to release
===============

See the garden [instructions](https://kivy-garden.github.io/#makingareleaseforyourflower) for how to make a new release.