Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 636 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 636 Bytes

KivEnt

KivEnt is an Entity Based Game Engine for Kivy

Requires Cymunk in order to run: get the master branch from here:https://github.com/Kovak/cymunk

You will also need the latest Kivy Particle: get the master branch from here: https://github.com/chaosbuffalolabs/kivy-particle

You will also need KivEnt-QuadTree from here: get the master branch from here: https://github.com/Kovak/KivEnt-QuadTree

You will need to compile all 3 modules

I have added a cythonized version of the engine in the kivent_cython folder. Testing on Asus Transformer TF101 the cythonized library's update loop takes half the time of the regular.