saladuit / DraftWizard-template

The Official Overwolf Sample App

Home Page:https://overwolf.github.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Overwolf sample app

This repository contains sample apps that demonstrate some basic points and flows that are relevant when developing Overwolf apps:

  • The apps will launch automatically when a supported starts
  • Register to the overwolf.games.events API in order to receive real time events from the game.
  • Define a custom hotkey to be used in-game
  • Communication between the app windows according to our best practices

Sample app versions

This repository contains two variants of the sample app:

  • native - pure js version without any external js framework.
  • ts - typeScript version of the app, that uses external packages,etc.

In the future we will add more variants like React, Vue, etc.

How to load the app

Download from the store

It's highly recommended to follow the build steps for setting up the sample app, including downloading the source code and building it manually. For those who need it, we can provide a pre-built and pre-packaged version. Contact us at developers@overwolf.com for more details.

Load as unpacked extension.

You can load the native version of the sample app "as is", without any build process. Just download the repo and under Overwolf's settings, choose Support tab and then Development options. Click the Load unpacked button and choose the relevant folder of the native folder from the repository you just downloaded.

  • In order to load an app as "unpacked", you'll first have to be whitelisted as an Overwolf dev. More details on how to be whitelisted can be found here
  • To load the typescript version, first you should build it. More details on the readme page under the "ts" folder in this repo.

Notes

Editing the author or app name in the manifest will prevent loading the app as unpacked app.

For any further information or questions, contact developers@overwolf.com

About

The Official Overwolf Sample App

https://overwolf.github.io/


Languages

Language:TypeScript 43.5%Language:HTML 22.5%Language:CSS 22.1%Language:JavaScript 11.9%