Skip to content

dougestey/GLOSS

Repository files navigation

GLOSS

Guided List Of Star Systems.

The dream is a rich but performant nav computer for space travel. Designed for EVE Online. Built on Ember and powered by Sentinel.

Screenshots

gloss space_ gloss3 gloss2 gloss1

Features

  • EVE SSO Authentication
  • Location-aware HUD shows fleets active in your region
  • Bird's eye-level fleet monitoring
  • Individual fleet tracking
  • Regional maps
  • All data shown is piped live from ESI (via Arbiter) and zKillboard (via Sentinel)

Development

You will need the following things properly installed on your computer.

Installation

  • git clone <repository-url> this repository
  • cd gloss
  • yarn to grab deps

Running

Code Generators

Make use of the many generators for code, try ember help generate for more details.

Running Tests

  • ember test
  • ember test --server

Building

  • ember build (development)
  • ember build --environment production (production)

Deploying

  • Requires a running Arbiter server instance.
  • Requires a running Sentinel server instance.

Design Reference