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
- Host: GitHub
- URL: https://github.com/matham/kivy_garden.vispy
- Owner: matham
- License: mit
- Created: 2019-07-03T19:35:29.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-07-03T19:36:23.000Z (almost 7 years ago)
- Last Synced: 2025-02-15T04:26:11.247Z (over 1 year ago)
- Language: Python
- Size: 14.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
- Authors: AUTHORS.txt
Awesome Lists containing this project
README
kivy-garden demo of cython flower
==================================
[](https://coveralls.io/github/kivy-garden/cython_flower?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.