Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/florianvazelle/phaser3-vjoy-plugin-demo
Demonstration of Virtual Joystick plugin for Phaser3
https://github.com/florianvazelle/phaser3-vjoy-plugin-demo
joystick phaser phaser3 phaser3-example phaser3-plugin
Last synced: 3 days ago
JSON representation
Demonstration of Virtual Joystick plugin for Phaser3
- Host: GitHub
- URL: https://github.com/florianvazelle/phaser3-vjoy-plugin-demo
- Owner: florianvazelle
- Created: 2021-02-18T12:44:09.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-13T21:21:23.000Z (almost 3 years ago)
- Last Synced: 2024-10-31T21:43:02.519Z (about 2 months ago)
- Topics: joystick, phaser, phaser3, phaser3-example, phaser3-plugin
- Language: JavaScript
- Homepage: https://github.com/florianvazelle/phaser3-vjoy-plugin
- Size: 230 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# phaser3-vjoy-plugin-demo
## Build
### Install dependencies
```javascript
npm run install
```### Compiles and hot-reloads for development
```javascript
npm run dev
```### Compiles and minifies for production
```javascript
npm run build
```