Blog

The latest news about Phaser Editor 2D
Home » Blog » Release » Unofficial Phaser Help Center: ready!

Unofficial Phaser Help Center: ready!

Hi!

Finally, the Unofficial Phaser Help Center is ready!

If you are a Phaser Editor's user since the first version, you may know how much we care about tools for learning Phaser. Traditionally, I included tools for browsing the Phaser docs and examples, with a different approach, like the popular Phaser Chains.

I did not include all those tools on Phaser Editor 2D v3 because I want to keep it lightweight. So I created a completely new product, the unofficial Phaser Help Center.

This is an online tool that is free for all of you. It includes a view for browsing the Phaser API, following a hierarchical structure. The Phaser Files view shows the source code files of Phaser, and the API defined on them. The API Search view shows the Phaser API but following a particular syntax: the chaining of properties and methods.

Chains view

The Examples view shows all the official Phaser examples, and the Examples Code view shows all the example's code. All views are connected to the Inspector view, which shows detailed information of every element, and all content can be opened in dedicated editors.

Examples editor

Just take a look! It is online:

Unofficial Phaser Help Center

By the way, it is a Progressive Web Application (PWA), so you can install it in your OS and access it offline.

Also, I wrote a small guide in the repository:

Learn more about the Unofficial Phaser Help Center

This was a huge achievement. I was working on this since January, alternating its development with Phaser Editor. It looks similar to Phaser Editor because both tools are based on Colibri, a small framework I developed for making desktop-like, extensible apps, for the web.

Please, if you find any issues, send me your feedback.

Keep in contact,

Arian