StrongJoshua / libgdx-inGameConsole

A LibGdx library that allows a developer to add a console (similar to how it is featured in Source games) to their game.
https://www.strongjoshua.net/projects/games/libgdx-ingame-console
Apache License 2.0
131 stars 35 forks source link

GWT Compatibility #52

Open aitor3ml opened 4 years ago

aitor3ml commented 4 years ago

Could you provide compatibility with GWT? It looks like you already thought on this issue, but it's not finished though.

There are a few calls to unimplemented GWT functions.

Thank you.

StrongJoshua commented 3 years ago

I'm not very familiar with GWT. If you know what needs to be changed, feel free to submit a pull request. If not, but you have the error logs you are currently getting, then please provide them, so when I find time, can go through and try to make the necessary changes.