Glowworm is a 3D LED mapping software. It runs on Windows, MacOS and Linux.
Precompiled binaries for Windows, MacOS and Linux can be found in the dist directory or under the releases tab.
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:
npm install
On Linux:
npm run dev
On Windows:
npm run start:vue
npm run start:electron
npm run build
npm run dist