Giter Club home page Giter Club logo

overwolf-plugins's Introduction

NOTE!!! PLEASE READ THIS BEFORE YOU START

When downloading this repo and specifically DLL files in this repo, Windows will set the DLL files as untrusted.

You need to:

  1. Right click the DLL file

  2. Select properties

  3. Check the Unblock checkbox on the bottom right side

If you don't do this, the DLL will fail to load in Overwolf and the your app will crash.

The other alternative is to build the DLL yourself with Visual Studio.

overwolf-plugins

A solution with a bunch of Overwolf plugin dlls

Includes an Overwolf sample WebApp to show all features.

simple-io-plugin

Used to stream files from local disk.

process-manager

Allows launching external processes.

Question: How to detect if OBS is running, from within your app? Answer: Use the process_manager.dll plugin in your app and call plugin().isProcessRunning("obs64")

  1. Get it from: https://github.com/overwolf/overwolf-plugins/tree/master/dist
  2. Download process_manager.dll
  3. Right click the dll file > properties > check the Unlock checkbox on the bottom
  4. Add the plugin to your manifest (see https://github.com/overwolf/overwolf-plugins/tree/master/sample_apps/process_manager) for reference
  5. For any process you want to check, pass the process name (without the exe extension) to the isProcessRunning function

downloader

Allows downloading a remote files.

overwolf-plugins's People

Contributors

eladbahar avatar tomwolfgang avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.