Show HN: Matrix rain, Conway's Game of Life and Mandelbrot set for terminals
1–10 of 40 posts
Re: Show HN: Matrix rain, Conway's Game of Life and Mandelbrot set for terminals
#2Re: Show HN: Matrix rain, Conway's Game of Life and Mandelbrot set for terminals
#3Maybe because I run through WSL?
Re: Show HN: Matrix rain, Conway's Game of Life and Mandelbrot set for terminals
#4Those terminal matrix rain animations are always super slow for me at higher resolution. Using two cores 100%. Maybe because I run through WSL?
Re: Show HN: Matrix rain, Conway's Game of Life and Mandelbrot set for terminals
#5Those terminal matrix rain animations are always super slow for me at higher resolution. Using two cores 100%. Maybe because I run through WSL?
Thank you for your comment. I'm not sure for your specific case, but generally the performance largely depends on the terminal emulators in my experience. For example, xterm and Windows ConPTY are super slow which are sometimes 100 times slower than the fastest terminals. urxvt (rxvt-unicode), alacritty, terminology are usually fast. xfce4-terminal, qterminal, mintty are acceptable. VTE based terminals (GNOME termina…
Re: Show HN: Matrix rain, Conway's Game of Life and Mandelbrot set for terminals
#6Re: Show HN: Matrix rain, Conway's Game of Life and Mandelbrot set for terminals
#7Those terminal matrix rain animations are always super slow for me at higher resolution. Using two cores 100%. Maybe because I run through WSL?
Re: Show HN: Matrix rain, Conway's Game of Life and Mandelbrot set for terminals
#8Those terminal matrix rain animations are always super slow for me at higher resolution. Using two cores 100%. Maybe because I run through WSL?
The default WSL terminal is slow. I always install an X server. VcXsrv works great, with good Windows clipboard support. Then you can use urxvt or some other Linux terminal that's faster.
Re: Show HN: Matrix rain, Conway's Game of Life and Mandelbrot set for terminals
#9Earlier quoted context omitted.
The default WSL terminal is slow. I always install an X server. VcXsrv works great, with good Windows clipboard support. Then you can use urxvt or some other Linux terminal that's faster.
I've tried a bunch of X servers, but with a 4k display, they're all too slow to be usable. I'm settling for running WSL inside Alacritty for now.
Re: Show HN: Matrix rain, Conway's Game of Life and Mandelbrot set for terminals
#10Now I want to dust off my old snake game and upgrade it to 3D.