Giter Site home page Giter Site logo

Comments (20)

ddevault avatar ddevault commented on July 30, 2024 4

I won't merge it though. But you can implement it for yourself and use it. It's not like I spam commits every day and you'll have trouble merging them back into your fork. Termbox is pretty much done, sure there are some features I would like to work on, but it's unlikely that I will.

I probably will fork if if necessary, but it would be nice to upstream the changes for the sake of distribution and such. Termbox is a nice lib, it shouldn't be left out to dry imo. But if you insist, a fork it shall be.

As for fancy UIs - maybe someone has a specific TUI that they want colored differently from the rest and use 24 bit colors for that? And even for fancy UIs, some people just prefer the terminal UX. Why did you make this library in the first place if you disagree? I'm working on a mail client, in the terminal because I want it to be keyboard driven and integrate nicely with vim and other command line tools. It's also easier to port if it doesn't depend on i.e. GTK.

from termbox.

ddevault avatar ddevault commented on July 30, 2024 1

@tomas how do you feel about this feature?

from termbox.

tomas avatar tomas commented on July 30, 2024 1

I have no plans to develop it, but I'd be happy to merge it into my fork if you send a pull request. :)

from termbox.

nsf avatar nsf commented on July 30, 2024

If that's a feature request, someone should implement it. It won't be me, because I'm in maintenance-only mode for this project at the moment (actually for all of my open source projects).

from termbox.

nsf avatar nsf commented on July 30, 2024

Also reflects my thoughts on the issue: nsf/termbox-go#52.

Shortly: if you want more than 256 colors, you're probably making a game. Please, don't do it in a terminal, I don't want to suffer while playing your game.

I may revisit that opinion in future. My opinion changes over time. Before I was absolutely sure about not adding mouse support and 256-color mode support to the termbox. Now it's there. (Go version of the termbox has mouse support).

from termbox.

XVilka avatar XVilka commented on July 30, 2024

@nsf almost 2 years passed, true color gained huge support across the programs (see updated gist). Have you changed your opinion yet?

from termbox.

nsf avatar nsf commented on July 30, 2024

Nope. During those 2 years I joined the HTML/CSS cult, so I don't feel like popularizing terminals further.

from termbox.

ddevault avatar ddevault commented on July 30, 2024

Using termbox to render a terminal emulator (sort of thing tmux does), color support in termbox being so constrained is a bit of a pain. Also makes it difficult to offer better user color customization.

from termbox.

KoFish avatar KoFish commented on July 30, 2024

User color customization is done in the terminal configuration. Programs that uses extended colors beyond the basic set just messes it all up and makes the terminal less nice to look at.

from termbox.

ddevault avatar ddevault commented on July 30, 2024

That's a matter of opinion. I want to give users the option.

from termbox.

rofl0r avatar rofl0r commented on July 30, 2024

then open a PR, instead of whining. did you even ever use termbox ? it's meant to be used for lightweight terminal apps that don't need the full power of ncurses.

from termbox.

ddevault avatar ddevault commented on July 30, 2024

Of course I have used termbox. I'm bringing the issue up for further discussion before I spend the effort on a pull request to make sure it's thought out first.

from termbox.

nsf avatar nsf commented on July 30, 2024

I won't merge it though. But you can implement it for yourself and use it. It's not like I spam commits every day and you'll have trouble merging them back into your fork. Termbox is pretty much done, sure there are some features I would like to work on, but it's unlikely that I will.

And for god's sake, stop using terminals to make fancy UIs. I mean if you want something basic and quick - great, but for anything serious go with proper GUI libs or HTML. And I would understand if we were talking about Go version of the termbox, because in Go you need high quality bindings and all that. But in C/C++, you have all the libs to choose from.

from termbox.

rofl0r avatar rofl0r commented on July 30, 2024

@SirCmpwn why not use ncurses then? it already does 24bit colors

from termbox.

ddevault avatar ddevault commented on July 30, 2024

Because I prefer termbox's significantly simpler API, implementation, and footprint, of course.

from termbox.

rofl0r avatar rofl0r commented on July 30, 2024

if you want to down the footprint you can also use netbsd curses and for a simpler API, concol on top of it.

from termbox.

ddevault avatar ddevault commented on July 30, 2024

Well, it's not my call which curses is distributed in end-user distros, I don't like having complexity anywhere in my stack anyway, and concol is not easily/consistently packagable.

from termbox.

amirouche avatar amirouche commented on July 30, 2024

@SirCmpwn did you fork termbox with true colors?

from termbox.

amirouche avatar amirouche commented on July 30, 2024

There is an advanced fork @ https://github.com/tomas/termbox

from termbox.

amirouche avatar amirouche commented on July 30, 2024

There is an active fork @ https://github.com/termbox/termbox2

from termbox.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.