cointop-sh / cointop

A fast and lightweight interactive terminal based UI application for tracking cryptocurrencies 🚀
https://cointop.sh
Apache License 2.0
3.98k stars 311 forks source link

Consider migrating away from unmaintained libraries? #230

Closed lyricnz closed 2 years ago

lyricnz commented 2 years ago

A few of the libraries cointop uses appear to be unmaintained.

Some of these may have logical successors, which may have useful features. Perhaps it's time to consider porting?

eg:

disclaimer never used any of them

lyricnz commented 2 years ago

Yes, aware this is a lot of work, for not much perceived value (vs features/bugfixes)

lyricnz commented 2 years ago

I'm making pretty good progress migrating from termbox-go to tcell (using the compatibility layer) - mostly works, except control-space and minor visual artifacts.

Probably 24-bit color is broken, but can be ported.

This will be incompatible with the recent mouse changes in #224 - but it might be better to use tcell support anyway (mouse events are first-class

lyricnz commented 2 years ago

24 bit color teaser :) Screen Shot 2021-10-17 at 11 38 02 am