It is a fork of https://github.com/storm-factory/tulip
Features:
- Import GPX file
- Plan route on map
- Instruction streetview
- Export route GPX and OpenRally GPX
- Print/Export roadbook PDF
- Works on Linux/Mac/Windows
You may download Tulip from the available releases on GitLAB
There are binaries in the form of:
- RPM
- DEB
- AppImage
- Snap
- Windows executables
or from console:
sudo snap install --edge tulip-roadbookYou will need inkscape installed on your system
Clone or download the repository and go to source code folder
# Install node modules
npm install
# Generate SVGs
npm run convert-svgAvailable build commands are:
# All linux binaries
npm run build-linux
# Windows binaries
npm run build-win
# Mac
npm run build-macalso for specific Linux package type you can use electron builder directly
# AppImage
npx electron-builder --linux appimage
# Snap
npx electron-builder --linux snap
# DEB
npx electron-builder --linux deb
# RPM
npx electron-builder --linux rpmIf you find a bug, please report it in the GitLab Issues section:
https://gitlab.com/drid/tulip/-/issues
We welcome contributions! Please submit all merge requests to our GitLab repository at:
https://gitlab.com/drid/tulip
The GitHub repository is a read-only mirror and does not accept contributions.
For guidelines on contributing, see CONTRIBUTING.md.
Tulip is licensed under GPLv2 (see LICENSE for full text)
The Liberation Sans font is included in this project. Copyright (c) 2007, Red Hat, Inc. All rights reserved. Licensed under the Liberation Font License (see LIBERATION_LICENSE for full text).
Glyphs and icons attributions can be found in GLYPHS.md
