Skip to content

stylesuxx/LiftOff-Track-and-Race-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

dc4751c · Dec 22, 2021

History

70 Commits
Feb 5, 2017
Dec 21, 2021
Feb 6, 2017
Feb 5, 2017
Feb 5, 2017
Feb 5, 2017
Feb 5, 2017
Feb 5, 2017
Feb 5, 2017
Dec 22, 2021
Feb 5, 2017
Dec 21, 2021
Feb 5, 2017
Dec 21, 2021

Repository files navigation

LiftOff Track and Race Generator

Check out the LiftOff Track and Race Generator

Build Status Dependency Status devDependency Status

Features

  • Draw a track
  • Adjust marker spacing
  • Adjust gate spacing
  • Generate a track
  • Generate race
  • Single line marker (in the middle of track)
  • Double line marker (width of your choice)
  • Different maps (Liftoff Arena and The Drawing Board)
  • Different marker types

TODO's

  • Save current app state
  • Image beneath canvas
  • Export/import JSON
  • Import KML
  • Different gate types (including width)
  • React & Redux rewrite
  • Test Cases

Development

First make sure to install all the dependencies:

yarn install

Then run the development server:

yarn start

Build

Build the distributable files

yarn dist

Check out the gh-pages branch and copy the freshly build files from the dist directory to root, commit and push.

cp -r dist/* .