Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 630 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 630 Bytes

Kivy App Tutorial

This repository is a collection of example projects to learn how to use different components of kivy. These projects are able to run on Android.

What can you find in these projects?

  • Graphs
    • Plot Graphs with the Widget Kivy Garden Graph
    • Configured Buildozer.spec file to create .apk or .aab
  • Audio
    • Realtime Audio Processing with Library Audiostream
    • Configured Buildozer.spec file to create .apk
    • Simultaniously play and change frequency (threading)
  • Multicore (Work in Progress)
    • Rendering of graphs is done on multiple cores
    • Use of the library multiprocessing