======Kivy: Kivent Moteur de jeux pour Android======
**{{tagpage>kivy|Toutes les pages Kivy}}**
**[[http://translate.google.com/translate?hl=&sl=auto&tl=en&u=https%3A%2F%2Fressources.labomedia.org%2Fkivent_moteur_de_jeux_pour_android|English Version]]**
**[[les_pages_kivy_en_details|Les pages Kivy en détails]]**
===== Ressources =====
=== Kivy ===
* [[https://github.com/kivy|Innovative user interfaces made easy]] The aim is to allow for quick and easy interaction design and rapid prototyping whilst making your code reusable and deployable.
* [[https://kivy.org|kivy.org]]
=== KivEnt ===
* [[http://www.kivent.org|KivEnt is an entity-based game engine for Kivy]]
* [[https://github.com/kivy/kivent|Kivent sur GitHub]]
* [[https://udiboy1209.github.io/2016-08-19-how-to-use-tiled-maps-in-kivent/|How to use tiled maps in kivent]]
* [[https://github.com/kivy/KivEnt/wiki/Getting-Started-2:-Creating-A-GameSystem|Creating A GameSystem]] Pour commencer
===== Installation =====
Kivent est découpé en modules. L'installation est franchement brouillonne.
==== Dépendances ====
* [[https://pypi.python.org/pypi/tmx|tmx]]
sudo pip3 install tmx
==== kivent ====
Télécharger les sources sur [[https://github.com/kivy/kivent|Kivent sur GitHub]], puis:
=== cymunk ===
Dans ..../kivent/modules/cymunk
sudo python3 setup.py install
=== kivent_core ===
Dans ..../kivent/modules/core:
sudo python3 setup.py install
=== maps ===
Dans ..../kivent/modules/maps:
sudo python3 setup.py install
=== particles ===
Dans ..../kivent/modules/particles
sudo python3 setup.py install
=== projectiles ===
Dans ..../kivent/modules/projectiles
sudo python3 setup.py install
===== Buildozer =====
Voir **[[kivy_buildozer|Kivy: Buildozer pour compiler une application Android en python]]**
=== Extrait de buildozer.spec ===
# (list) Source files to include (let empty to include all the files)
#source.include_exts = py,png,jpg,kv,atlas,ogg
source.include_exts = py,svg
# (list) Application requirements
# comma seperated e.g. requirements = sqlite3,kivy
requirements = python3crystax==3.5,kivy,kivent_cymunk,kivent_core
{{tag> kivy python sb }}