Panda Plugins
Add more features to your games with plugins.

Virtual Joystick
Control movement in mobile games with virtual joystick.
Show preview
Documentation
Download pluginVersion: 1.1.0

Mobile Ads
Add advertising to your native Android and iOS game. Includes banner, interstitial and rewarded video ad.
Documentation
Download pluginVersion: 1.0.0
Essentials
Includes essential elements needed in most games. Buttons, animated text etc.
Show preview
Documentation
Download pluginVersion: 1.3.1

Instant Games
Make your games playable on Facebook Instant Games platform.
Documentation
Download pluginVersion: 1.3.3
Three.js
Enable 3D rendering using Three.js combined with your 2D scene.
Show preview
Documentation
Download pluginVersion: 1.5.1
Tiled
Use tile maps generated with free Tiled Map Editor. Supports orthogonal and isometric maps.
Show preview
Documentation
Download pluginVersion: 1.2.1
Gamepad
Control your games with gamepad controllers using Gamepad API.
Show preview
Download pluginVersion: 1.0.1
p2.js
Enable advanced physics with p2.js including collision detection, contacts, friction, restitution, motors, springs, advanced constraints and various shape types.
Show preview
Documentation
Download pluginVersion: 1.2.2
PixiJS
Enable fast WebGL rendering with PixiJS and create stunning special effects using filters.
Show preview
Documentation
Download pluginVersion: 1.2.4
Installation

To install plugin, first open your project in Panda 2 and then just drag and drop the plugin JavaScript file to your project. You can also manually copy the file to game/plugin
folder inside your project source folder. After the plugin is installed, require it's module on your game module. Then save and restart. Example:
game.module( 'game.main' ) .require( 'plugin.pixi' ) .body(function() {
Example
Most plugins include example project, that you can open in Panda 2 and see how the plugin works.