When completing a PIOT class in university, we had to use a Raspberry Pi with a SenseHAT. We were given an assessment where we had to create pixel art.
While completing it I thought it was extremely tedious. I thought that one day I'll create an app to easily create art and obtain the code. This project is the result of that.
https://sensehatpixelarteditor.netlify.app/
I assume you have installed Docker and it is running.
See the Docker website for installation instructions.
Steps to Docker Compose:
- Clone this repo
git clone https://github.com/noeltesaluna/sense-hat-art-editor.git
- Run this project using docker compose, in your terminal enter:
docker compose up
- You can access the webapp at
http://localhost:8080/
- Once completed you can stop and remove the container using:
docker compose down