Hello, I'm curious if you'd consider merging termbox2 as a replacement for ncurses and pdcurses. I'm very biased as I'm the maintainer, but it would potentially simplify the build and eliminate some ifdefs. There's a branch with experimental Windows support here which I'd be happy to tighten up. Otherwise for POSIX, termbox is similar to ncurses in that it relies on terminfo, but also includes built-in caps for common terminals if terminfo is missing. It also has a more minimal API. I wanted to get your input before attempting any work on it.
In any case, great job on astroterm.
Hello, I'm curious if you'd consider merging termbox2 as a replacement for ncurses and pdcurses. I'm very biased as I'm the maintainer, but it would potentially simplify the build and eliminate some ifdefs. There's a branch with experimental Windows support here which I'd be happy to tighten up. Otherwise for POSIX, termbox is similar to ncurses in that it relies on terminfo, but also includes built-in caps for common terminals if terminfo is missing. It also has a more minimal API. I wanted to get your input before attempting any work on it.
In any case, great job on astroterm.