Considering Leaving Phaser Development

You can’t compare google angular and phaser 3. I got difficulties with the doc too when started with phaser 3 one year ago, but once you know how to search and what to search it becomes more easier.
I think Phaser is more like a lib than a framework.

2 Likes

but once you know how to search and what to search it

I agree, but the problem is to learn how to do it. I’m sure a lot of people have an easier time with the documation, even more if they are experienced programmers. But is very hard to understand how things flow and what I’m looking for in the documentation. For example: Notes of Phaser 3 is MUCH more clean and helpful. It may be that I’m weak with Object Oriented logic, but it really feels that the documentation needs a basic guide for itself.

1 Like

I agree, rexrainbow doc is very helpful.
And yes, you need to knows the oop basics to master phaser 3.

I always think back to this article when it comes to different types of documentation: https://documentation.divio.com/

Phaser has great official reference docs, but lacks official explanation docs. The rex docs fill that need very well.

4 Likes

Actually it’s worth mentioning that the phaser examples are an exemplary piece of living documentation as well. They aren’t written explanations but they are clear and concise code examples that show how to perform a huge variety of tasks in phaser.

https://labs.phaser.io

4 Likes