Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我真的很喜欢 ncurses 的外观和想法,我想知道是否有办法在 ncurses gui 中包含嵌入的视频流。如果没有,我可以使用任何其他 gui 方法来使我看起来像可用于 python 或 C++ 的 ncurses?
虽然我怀疑你会发现它对任何实际目的有用,但你可以使用libcaca将视频流嵌入到 ncurses 窗口中(提供了一个简短的基本教程,尽管它不讨论视频)。