brick
TuiCss
Our great sponsors
- InfluxDB - Collect and Analyze Billions of Data Points in Real Time
- Onboard AI - Learn any GitHub repo in 59 seconds
- SaaSHub - Software Alternatives and Reviews
brick | TuiCss | |
---|---|---|
8 | 13 | |
1,509 | 1,360 | |
- | - | |
0.0 | 0.0 | |
19 days ago | about 2 months ago | |
Haskell | SCSS | |
BSD 3-clause "New" or "Revised" License | MIT 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
-
How can I move from a basic hello world/number program to something more substantial?
Brick is a great library for terminal applications. I’d say start with the examples or take a look at some tutorials that use it, then just go at it.
-
wordle - Wordle clone in the terminal
Written in Haskell with brick.
-
FINAL CUT alternatives - brick, notcurses, FTXUI, blessed, and ansi-styles-python
22 projects | 5 Sep 2021
A declarative Unix terminal UI programming library written in Haskell (by jtdaugherty)
-
Writing Programs with Ncurses
There is brick[1][2] for Haskell. Other languages may have something similar.
[1] https://hackage.haskell.org/package/brick
[2] https://github.com/jtdaugherty/brick/blob/master/docs/samtay...
-
If you could change one thing about Emacs what would it be?
In that vein, a declarative way to build (Text) UI like html+css. Or something along the lines of what Brick is for terminals.
TuiCss
-
What Is Textmode?
Maybe not exactly what you‘re looking for, but you could give https://github.com/vinibiavatti1/TuiCss a try.
More here: https://github.com/troxler/awesome-css-frameworks#specialize...
- 98.css – design system for building faithful recreations of Windows 98 UIs
- Hacker News stylized as a retro 90s macOS desktop
- Thunderbird Time Machine: Windows XP and Thunderbird 1.0
- System.css: A design system for building retro Apple interfaces
-
Modern Turbo Vision 2.0
Definitely not as good as the web, if only for zero accessibility. With the web you have a DOM of semantic elements that are all carefully marked up by hand to describe the intent and meaning of everything. With turbo vision and TUIs you have a buffer of bytes with text, graphics, background, etc. all using the same character set. Good luck if you're a screen reader trying to make sense of it.
But you can have TUI style on the web, this tui.css project is absolutely amazing IMHO: https://github.com/vinibiavatti1/TuiCss
-
NES.css – NES-Style CSS Framework
TUI CSS has had some updates. https://github.com/vinibiavatti1/TuiCss
What are some alternatives?
reanimate - Haskell library for building declarative animations based on SVG graphics
NES.css - NES-style CSS Framework | ファミコン風CSSフレームワーク
Turbo Vision - A modern port of Turbo Vision 2.0, the classical framework for text-based user interfaces. Now cross-platform and with Unicode support.
implicit - A math-inspired CAD program in haskell. CSG, bevels, and shells; 2D & 3D geometry; 2D gcode generation...
gloss - Painless 2D vector graphics, animations and simulations.
plot-light - A lightweight plotting library, exporting to SVG
Rasterific - A drawing engine in Haskell
vty-ui - A terminal user interface programming library similar to graphical interfaces such as GTK and QT. (DEPRECATED, see https://github.com/jtdaugherty/brick)
termbox2 - suckless terminal rendering library
spark-joy - ✨😂 2000+ ways to add design flair, user delight, and whimsy to your product.
splines - B-Splines, other splines, and NURBS in Haskell.
OpenGL - Haskell bindings to OpenGL