https://github.com/theatrejs/example-overlay-gamepad
🎮 A Gamepad Overlay example.
https://github.com/theatrejs/example-overlay-gamepad
2d canvas engine example example-overlay-gamepad game game-engine html html5 javascript pixel-art theatrejs webgl webgl2
Last synced: 3 months ago
JSON representation
🎮 A Gamepad Overlay example.
- Host: GitHub
- URL: https://github.com/theatrejs/example-overlay-gamepad
- Owner: theatrejs
- Created: 2025-06-22T21:07:31.000Z (4 months ago)
- Default Branch: master
- Last Pushed: 2025-06-30T07:22:43.000Z (3 months ago)
- Last Synced: 2025-06-30T08:32:55.502Z (3 months ago)
- Topics: 2d, canvas, engine, example, example-overlay-gamepad, game, game-engine, html, html5, javascript, pixel-art, theatrejs, webgl, webgl2
- Language: JavaScript
- Homepage: https://theatrejs.github.io/example-overlay-gamepad/
- Size: 145 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://github.com/deformhead)  [](https://www.npmjs.com/package/@theatrejs/theatrejs/v/1.21.0)
# Example Overlay Gamepad
> *🎮 A Gamepad Overlay example.*
## Installation
Clone the repository:
```shell
git clone https://github.com/theatrejs/example-overlay-gamepad.git
```Intall the dependencies:
```shell
npm install
```## Quick Start
```shell
npm start
```## Edition
Create the `.env` file from the `.env.example` file:
```shell
cp .env.example .env
```Update the `.env` file with your Aseprite and Reaper executable paths, for instance:
```
ASEPRITE=C:\Program Files\Aseprite\Aseprite.exe
REAPER=C:\Program Files\REAPER (x64)\reaper.exe
```