termbox:用于编写基于文本的用户界面的库

时间:2024-05-30 13:20:20
【文件属性】:

文件名称:termbox:用于编写基于文本的用户界面的库

文件大小:25KB

文件格式:ZIP

更新时间:2024-05-30 13:20:20

C

术语盒 termbox是ncurses的一种最小的,无遗留的替代方案,适用于构建基于文本的用户界面。 由于不再维护原始存储库,因此此存储库表示重新分配termbox开发的工作。 建造 使用make进行构建,并使用make install进行安装。 如果需要, install目标支持prefix和DESTDIR 。 用法 termbox API由以下功能组成。 tb_init() // initialization tb_shutdown() // shutdown tb_width() // width of the terminal screen tb_height() // height of the terminal screen tb_clear() // clear buffer tb_present() // sync internal buffer with termi


【文件预览】:
termbox-master
----COPYING(1KB)
----termbox.c(38KB)
----demo()
--------output.c(3KB)
--------keyboard.c(24KB)
--------paint.c(4KB)
----utf8.c(2KB)
----README.md(4KB)
----Makefile(2KB)
----.gitignore(54B)
----termbox.h(12KB)

网友评论