Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Performance issues #75

Open
steph-dmts opened this issue May 2, 2019 · 5 comments
Open

Performance issues #75

steph-dmts opened this issue May 2, 2019 · 5 comments

Comments

@steph-dmts
Copy link

The game uses all cores of my i5-5257U cpu at 100% and is impossible to play. I run linux so I know there's no hardware acceleration supported on browsers without going through some dirty hacks but I'm pretty sure this could be an issue for a lot of people.

@ghost
Copy link

ghost commented Sep 17, 2019

Yeah i have the same issue and am running core i7 and 8gb ram but still very slow

@Jared-Sprague
Copy link
Member

Yeah the game is not optimized right now. So it requires a decent GPU to get good frame rates. I would welcome any performance optimization PRs!

@Jared-Sprague
Copy link
Member

Another Idea is we could make a 2D version of the game, The game logic is decoupled from the presentation and the performance issues are all due high-res 3D objects in WebGL. A 2D version of the game would perform well on any hardware even a pi.

@ghost
Copy link

ghost commented Sep 24, 2019

maybe we can optimize the game interface to be just a basic terminal without 3d objects

@Jared-Sprague
Copy link
Member

Yep! That's basically what I ment by 2D version of the game.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants