Skip to content

Desktop app for streamers that lets your audience know what program is currently in focus

License

Notifications You must be signed in to change notification settings

TheJaredWilcurt/WuhdAppusDat

Repository files navigation

WuhdAppusDat icon

WuhdAppusDat

"WuhdAppusDat" answers the question "What app is that" by all your little pog champ viewers.

Free, open source, desktop app for streamers that lets their audience know what program is currently in focus.

"Great for art, game dev, and coding streams!"


==== DOWNLOADS AVAILABLE ====

Downloads are available at the website:


LIVE DEMO

"Fantastic, this is exactly what I needed" - Adam Phillips (chluaid), animator of "Bitey of Brackenwood", Twitch Streamer


Running locally for development

Environment setup

The windows-active-process and active-win dependencies require a native module be built.

  1. Set up Node Version Manager:
  2. Use nvm to install SPECIFICALLY Node.js v10.11.0 (to match NW.js).
    • nvm install 10.11.0 && nvm use 10.11.0
  3. On OSX 10.13 and below install Swift runtime support libraries
  4. On Windows:
    • run npm install -g windows-build-tools
    • You may need to run Set-ExecutionPolicy -ExecutionPolicy Unrestricted -Scope CurrentUser in Powershell
    • You may need to install Visual Studio Community Edition
  5. On Linux
    • sudo apt update
    • sudo apt install python2-minimal
    • sudo update-alternatives --install /usr/bin/python python /usr/bin/python2 1
    • sudo apt-get install build-essential
  6. npm install -g nw-gyp
  7. Download or clone the repo
  8. npm install

Running loally

  1. Do the environment setup once
  2. npm start

Technology Colophon

  • Made with Vue.js, Vuex, and HTTP-Vue-Loader.
  • Built with NW.js and Node.js.
  • Windows version relies on "windows-active-process" library.
  • Linux/OSX version relies on "active-win" library.
  • Built on Windows 7, Window 10, OSX 10.11, Ubuntu 20, with SublimeText 4 and Photoshop CS6.