Skip to content

The-Phoenix-Foundation/majortom

Repository files navigation

MajorTom - NASA Space Apps Challenge

MajorTom is an app prototype from The Phoenix Foundation that was developed during the NASA Space Apps Challenge 2019 in Vienna. The app tackles the set your sights high challenge by an gamified AR approach and focuses predominantly on a younger userbase. Satellites approaching the user in 1000 km radius are visualized via NASA's WorldWind library. These satellites can be selected while the app will display fun facts and other fascinating information. Satellites within range can be collected similarly to Pokémon. Collecting and learning more about satellites will unlock different badges and rewards.

Prototype: majortom.outdated.at

Project page: The Phoenix Foundation

Project pitch: our talk

app_img

Additional features we envision in the future:

  • Quizzes that test your obtained satellite knowledge and give different rewards
  • International leaderboards focusing on collected satellites and widest knowledge
  • The ability to invite and compete against your friends
  • Trading in rewards for different satellite parts which can be used to construct your own satellites in a sandbox mode.

Functionality overview

Satellite trajectories are rendered color coded lines. img1

The satellites are rendered as 3D models that can be collected by clicking on them. img2

Clicking on the satellites will open an additional menu displaying additional data. img4 img5

Source code

Setup Dev

pip install -r requirements.txt
pip install -e .
export FLASK_APP="phoenix.app:create_app()"
flask run

SOCIAL