Skip to content

andrewmk/rpi-kivy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rpi-kivy

Docker image for running Kivy apps on a Raspberry Pi 3. Based largely on the work here https://github.com/shaunmulligan/resin-kivy plus scraps from around the internet.

Install Raspbian stretch

Install Docker

curl -sSL https://get.docker.com | sh

Pull Docker image and run app

docker run --rm -it andrewmk/rpi-kivy-1.10.1:stretch python apps/pictures/main.py

or

./run.sh apps/yourapp/main.py

Build the Docker image yourself

docker build -t you/yourimage -f Dockerfile .

About

Docker image for running Kivy apps on a Raspberry Pi 3

Topics

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors