wowserhq / wowser

World of Warcraft in the browser using JavaScript and WebGL
MIT License
238 stars 63 forks source link

Project Future #169

Open ghost opened 7 years ago

ghost commented 7 years ago

Hello,

I am deeply interested in the future of this project.

Is there a way we can contribute financially to make it blossom ?

This something the FOSS community truly needs and the potential is stunning !

Are you aiming high with it ?

ghost commented 6 years ago

I am wondering the same thing. Is this project going to evolve ?

timkurvers commented 6 years ago

Hi @infosisio! Yes, the project is still being worked on. Our efforts are currently focused on:

1) using the game's user interface files directly (rather than building it from scratch as Wowser does in its current state), see: https://github.com/wowserhq/ui/pull/1

2) a database explorer tool, see: https://github.com/wowserhq/spelunker

Once the UI code has landed, work on the main Wowser repository will continue.

ghost commented 6 years ago

@timkurvers Where is the work for the first task tracked exactly ? I don't see any relevant commits there.

timkurvers commented 6 years ago

@infosisio All those commits in the PR are relevant, but I'm assuming you mean recent? The current implementation for the UI is an approximation, which is likely not good enough to support all the intricacies for components shipped by Blizzard as well as addons made by third parties. We'll most likely ship a rewrite of that PR after summer once we know more about the internals.