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
- 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.
Satellite trajectories are rendered color coded lines.
The satellites are rendered as 3D models that can be collected by clicking on them.
Clicking on the satellites will open an additional menu displaying additional data.
pip install -r requirements.txt
pip install -e .
export FLASK_APP="phoenix.app:create_app()"
flask run