FreezingMoon / AncientBeast

The Turn Based Strategy Game/eSport. Master your beasts! 🐺
https://AncientBeast.com
GNU Affero General Public License v3.0
1.65k stars 567 forks source link

real time 3d graphics version #1603

Open DreadKnight opened 4 years ago

DreadKnight commented 4 years ago

So instead of doing a basically full 3d game rewrite using something like Godot eventually, we could keep on using Phaser and use three.js to render things. There's even a plugin called Phaser 3d, currently only released for Patreon backers. This will allow the game to become VR/AR/MR friendly. https://www.emanueleferonato.com/2019/11/27/build-fake-3d-html5-games-with-phaser-arcade-physics-three-js-and-phaser-3d-library/

Seems there's a package just for that now https://github.com/yandeu/enable3d it needs Phaser 3 #1584

DreadKnight commented 4 years ago

I've just bumped into a specialized addon for Phaser 3 to make the game 3d, I've edited the OP with it.

DreadKnight commented 4 years ago

In the latest newsletter from Phaser, it seems that v4 will be capable of making 3d games as well https://youtu.be/y2b_pbf9JAk So I'm glad to see that things are moving in the right direction with our game engine, even if we haven't yet migrated to v3 #1584