Feature-packed axonometric plugin for Phaser 3 which stays true to the Phaser API.
npm install phaser3-plugin-isometricThis is a WIP fork of lewster32/phaser-plugin-isometric to make it work with Phaser 3.
* Familiar Phaser API - if you've grasped the basics of Phaser, you can use this!
* 3D geometry helpers in the form of Point3 and Cube
* Adjustable axonometric projection angle to allow for classic 2:1 pixel dimetric, true 120° isometric or any angle you like via ``scene.isometric.projectionAngle``
* Simple x+y (with z fudging)
* Arcade Physics derived 3D physics engine (Working, but needs refactoring!)
* Helpful debug utilities (Not working yet!)
* Familiar factory methods added to GameObjectFactory and GameObjectCreator so you can do scene.add.isoSprite``