Skip to content

drid/tulip

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tulip

An editor for rally roadbooks built in the electron atom environment using web technologies

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

Instruction manual

Install

Using Release artifacts

You may download Tulip from the available releases on GitLAB

There are binaries in the form of:

  • RPM
  • DEB
  • AppImage
  • Snap
  • Windows executables

Using snap store

Get it from the Snap Store

or from console:

sudo snap install --edge tulip-roadbook

Build and install

You 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-svg

Available build commands are:

# All linux binaries
npm run build-linux
# Windows binaries
npm run build-win
# Mac
npm run build-mac

also 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 rpm

🐛 Reporting Issues

If you find a bug, please report it in the GitLab Issues section:
https://gitlab.com/drid/tulip/-/issues

🤝 Contributing

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.

LICENSE

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).

Attributions

Glyphs and icons attributions can be found in GLYPHS.md

About

App for creating roadbooks (this is a GitLab mirror)

Topics

Resources

License

Contributing

Stars

Watchers

Forks

Languages

  • JavaScript 76.9%
  • HTML 14.2%
  • CSS 7.0%
  • Other 1.9%