gammafp / phaser-plugins

Unofficial open source plugin catalog for the Phaser framework.

Home Page:https://phaserplugins.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unofficial open source plugin catalog for the Phaser framework.
Created with Gatsby.
Lunr for search.

Contributing

Add plugins to the master list in content/plugins.js.

Each plugin should include the following data:

{
  repo: 'owner/name',  // Owner and name of a Github repo, separated by a slash.
  compatibility: [],   // A list Phaser versions this plugin supports, as strings. Typically either '2' or '3'. If unknown, leave as an empty array.  
}

Folder Structure

└── content
    └── plugins.js
└── static
    ├── admin
    └── media
└── src
    ├── assets
    │   └── scss
    │       ├── base
    │       └── mixins
    ├── components
    ├── constants
    ├── templates
    └── utils

Roadmap

  • Move to Netlify
  • Automatic data refresh
  • Compatibility filter
  • Tags
  • Phaser templates section
  • Phaser examples section

About

Unofficial open source plugin catalog for the Phaser framework.

https://phaserplugins.com

License:MIT License


Languages

Language:JavaScript 76.2%Language:CSS 20.8%Language:Shell 3.0%