Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 1.78 KB

README.md

File metadata and controls

32 lines (24 loc) · 1.78 KB

CatJamHeartRate

catjam.yoonicode.com

WearOS + Web OBS element to sync a CatJam gif to your heart rate.

Inspired by Domi2803's HeartWear

Idea by hex-key :)

Instructions For Use

  1. Get the WearOS app, or compile from source
  2. Visit catjam.yoonicode.com and sign in with Google
  3. Follow instructions to add the OBS Browser Source

Getting Started with Development

  • Create a Firebase project and enable Authentication, Sign In with Google, and Realtime Database
  • Clone catjam-wearos/app/src/main/res/values/secrets.template.xml into catjam-wearos/app/src/main/res/values/secrets.xml and fill in the values
    • firebase_web_client_id: your Web application client ID in the Google Cloud console (info)
  • Clone catjam-web/env.template.js into catjam-web/env.js and fill in the values
  • Create a keystore to sign your app
    • Add your SHA-1 fingerprint to the Firebase console (info)
  • (after adding SHA-1) Download your google-services.json file from Firebase and put it in catjam-wearos/app/google-services.json
  • To deploy, make sure to create a keystore and set it up with Android Studio

Process of getting cat film strip

  1. Download CatJam gif
  2. Split into frames using this
  3. Use Strip Generator to turn into a horizontal filmp strip
  4. Open in Photoshop and replace black with transparent

Technique inspired by Eelslap