mattjennings / react-phaser-fiber

Create Phaser 3 games using React
48 stars 10 forks source link

Roadmap #15

Open artokun opened 4 years ago

artokun commented 4 years ago

Any way you can put down a roadmap, milestones or issues so that we can contribute to this project?

artokun commented 4 years ago

I used react-three-fiber in the past and I feel that doing this for phaser would be a great way to take phaser into the next level

mattjennings commented 4 years ago

At this point it's just trying to get good coverage of the Phaser API as either components or hooks. So far this has just been something I experiment with on weekends, so I haven't thought too hard about a roadmap, but I'll try to come up with something in the coming weeks. Perhaps some proper documentation, too.

If you see a component that isn't supported yet, or come across any bugs, feel free to make an issue or PR.

AdrienLemaire commented 3 years ago

This looked like a good lib, but the lack of commits/documentation/etc since April is a bit off-putting, too bad.

mattjennings commented 3 years ago

Sorry - I've been working on svelte-phaser instead, if you'd like to check that out.

I'd be happy to pass this off to anyone who wants to continue it. Personally, I think Svelte offers a much nicer experience when working with Phaser, so I'm really not sure if I'll continue react-phaser-fiber.