rastapasta / mapscii

🗺 MapSCII is a Braille & ASCII world map renderer for your console - enter => telnet mapscii.me <= on Mac (brew install telnet) and Linux, connect with PuTTY on Windows
MIT License
7.75k stars 251 forks source link

Freezes zooming in on Toronto #107

Open richardpenner opened 3 years ago

richardpenner commented 3 years ago

Steps to reproduce

  1. Run mapscii using npx or locally, in character mode or normal mode.
  2. Try to zoom in on Toronto, Ontario using arrows and the A key.

Current behavior

It freezes every single time. Will not respond to arrows, A, Z, Ctrl-C or anything.

Screen Shot 2021-07-04 at 12 23 05 PM

As shown in the screenshot, it's not saying the renderer is busy – it just freezes completely. Latest macOS with updates, Node 16.4.1. Expected behavior It functions.

To zoom into Toronto.

richardpenner commented 3 years ago
Screen Shot 2021-07-04 at 12 25 17 PM

Same freeze zooming in on New York City. But not rural Ontario.

raffclar commented 2 years ago

Same with London. Very sad 😢

orhnk commented 1 year ago

This is more than a performance issue (I Think)

I'm not familiar with the source code but Is it rendering the whole image? instead the frame we are looking for?

I have a bad internet connection tho

Sloansta commented 9 months ago

This happens even after cloning the repository ruling out internet speed. I think that this might just be a limitation of what it can render vs the given detail it's trying to render, though I could be wrong.