This repo contains the source code of Skybrush Viewer, the viewer app for Skybrush drone shows.
Make sure that you are using a recent LTS Node.js release, then run the following commands:
npm install
npm run start:electron
You may also run the app inside a browser environment:
npm install
npm run start
Navigate to http://localhost:8080
after startup to use the app in
a browser. Note that not all features may be available in a browser
environment.
For any support questions please contact us on our Discord server.
Copyright 2020-2024 CollMot Robotics Ltd.
Skybrush Viewer is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
Skybrush Viewer is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see https://www.gnu.org/licenses/.