Skip to content

Latest commit

 

History

History
39 lines (30 loc) · 936 Bytes

README.md

File metadata and controls

39 lines (30 loc) · 936 Bytes

Glowworm

Glowworm is a 3D LED mapping software. It runs on Windows, MacOS and Linux.

Glowworm demo video

Precompiled binaries

Precompiled binaries for Windows, MacOS and Linux can be found in the dist directory or under the releases tab.

Development setup

First install Node.js and Python 2 (if thy aren't installed already). Then clone the project and open it's folder in your terminal. From there run the following commands:

Install required dependencies

npm install

Compile and hot-reload for development

On Linux:

npm run dev

On Windows:

npm run start:vue
npm run start:electron

Compile and minify for production

npm run build

Build the app into an executable

npm run dist