Skip to content
This repository has been archived by the owner on Dec 12, 2023. It is now read-only.

Pixel Paint - interface to paint on the LED-floor

Notifications You must be signed in to change notification settings

ko-lab/PixelFloor-pixelpaint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pixel Paint - Web interface for painting the LED floor

A webinterface that allows to draw on the LED floor. Built with Vue CLI. It uses Websockets to send MQTT commands that change the floor colors.

Usage

The interface is served from the LED florr Pi in the Wifi. It is not accessible from outside. To start Pixel Paint, the corresponding MQTT client must be started. Currently, the easiest way to do this is to send /floor paint to the Telegrambot. The bot will try to start the MQTT listener and return a link to Pixel Paint (the IP address of the Pi)

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your tests

npm run test

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.

How to deploy on the LED-FLoor

Run vue build and store the content of the dist folder on the LED-floor Paspberry PI, in directory ~/pixelpaint/frontend.

About

Pixel Paint - interface to paint on the LED-floor

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published