A second-screen companion app for the game "Subnautica." Turn your phone or tablet into an expanded version of the in-game PDA, eliminating the need to pause while looking for crafting or location info.
See it live here: SubnauticaPDA.dev
UPDATE: December 13, 2022 - Subnautica has been updated, and now features the ability to pin crafting recipes to your HUD. The lack of this feature was the reason I originally built this app, but I've since updated it to provide additional quality-of-life improvements, like a search-as-you-type filter for crafting recipes.
- Clone this repository and provision a web server for the project.
- Make sure Node.js and NPM are installed.
- In the project's root directory, run
npm install
in the terminal.
- It's recommended to use VSCode.
- For a live preview of the source code, run
npm run dev
.
- This repo uses GitHub Actions (with this Workflow by Vite) to automatically build and deploy to GitHub Pages whenever new code is pushed to the
master
branch. - You can also build locally by running
npm run build
, and you can preview that build withnpm run preview
.
- Most data sourced from Subnautica Wiki on Fandom
- PDA image: Modified version of "PDA" by UnderseaDee
- Item images: Extracted from game files using UABE
- Background video: Modified version of "Underwater light filters down through blue water" by raymond
- Alert icon: "Alert" by Gautam Arora
- Eye icon: "Eye" by Poups
- GitHub icon: "Octicon" by GitHub
- Help icon: "help" by Styfico
- This project is tested with BrowserStack