WearOS + Web OBS element to sync a CatJam gif to your heart rate.
Inspired by Domi2803's HeartWear
Idea by hex-key :)
- Get the WearOS app, or compile from source
- Visit catjam.yoonicode.com and sign in with Google
- Follow instructions to add the OBS Browser Source
- Create a Firebase project and enable Authentication, Sign In with Google, and Realtime Database
- Clone
catjam-wearos/app/src/main/res/values/secrets.template.xmlintocatjam-wearos/app/src/main/res/values/secrets.xmland fill in the valuesfirebase_web_client_id: your Web application client ID in the Google Cloud console (info)
- Clone
catjam-web/env.template.jsintocatjam-web/env.jsand 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.jsonfile from Firebase and put it incatjam-wearos/app/google-services.json - To deploy, make sure to create a keystore and set it up with Android Studio
- Download CatJam gif
- Split into frames using this
- Use Strip Generator to turn into a horizontal filmp strip
- Open in Photoshop and replace black with transparent
Technique inspired by Eelslap