this post was submitted on 30 Aug 2022
8 points (100.0% liked)

General Programming Discussion

7995 readers
25 users here now

A general programming discussion community.

Rules:

  1. Be civil.
  2. Please start discussions that spark conversation

Other communities

Systems

Functional Programming

Also related

founded 5 years ago
MODERATORS
 

I really like tui applications, because they are sustainable, efficient, distraction free and often do one thing in which they are good in.

But I can't find a good application for every purpose I need and want to create my own tui application.

And the only thing I know of is ncurses. But because it's really old, I don't know if it's still state-of-the-art or are there better solutions?

Which language would be the best to create a sustainable tui application?

Thanks for your help :)

you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 3 points 2 years ago (1 children)

What programming languages are you looking for?

Since you are currently learning Elm, there is the Go library Bubble Tea which took inspiration from Elm's architecture. Another option for Go would be tview.

Otherwise, you could find a list of libraries in the awesome-tuis repo.

[โ€“] [email protected] 2 points 2 years ago

I just invested hours to go throw the awesome tui list and test (a few) tui apps. It's amazing what kind of applications even exist.

This could take a while to filter out the good ones :O