brick-skylighting
reflex-vty
brick-skylighting | reflex-vty | |
---|---|---|
- | 1 | |
12 | 144 | |
- | 0.7% | |
0.0 | 6.7 | |
about 1 year ago | 7 months ago | |
Haskell | Haskell | |
BSD 3-clause "New" or "Revised" License | BSD 3-clause "New" or "Revised" License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
brick-skylighting
We haven't tracked posts mentioning brick-skylighting yet.
Tracking mentions began in Dec 2020.
reflex-vty
-
Building Rich Terminal Dashboards
There's a slick little Haskell library that does something similar called reflex-vty:
https://github.com/reflex-frp/reflex-vty#reflex-vty
One thing neither of these libraries appear to have done yet that I would really like is create a more compact window rendering. Currently each window gets a 1-character border. What I would like is something that saves space by collapsing adjacent windows' borders into a single character instead of having two redundant borders next to each other. Of course I get why they do it the way they do, but terminals are often more constrained for space and with complex UIs you can lose a fair amount due to these unnecessary borders. That would be the next thing I'd hack on to improve these kinds of libraries. But alas...too many fun projects to hack on and not enough hours in the day.
What are some alternatives?
tetris - A terminal interface for Tetris
blessed-contrib - Build terminal dashboards using ascii/ansi art and javascript
brick-dropdownmenu
dashing - Terminal dashboards for Python
wordle - TUI version of the Wordle word puzzle game written in Haskell
rosshow - Visualize ROS topics inside a terminal with Unicode/ASCII art