1
I Use This!
Inactive
Analyzed 1 day ago. based on code collected 1 day ago.

Project Summary

Termbox library is a simple and clean ncurses alternative. Of course everything has it's own price. In this case it's portability and stability.

Currently all sources are hosted on github:

GitHub (git://github.com/nsf/termbox.git)

Also I have uploaded a snapshot from git. And I will continue to do it from time to time.

Screenshot - demo program 'keyboard':

The interface only consists of 12(!) functions.

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 terminal

tb_put_cell()
tb_change_cell()
tb_blit() // drawing functions

tb_select_input_mode() // change input mode
tb_peek_event() // peek a keyboard event
tb_poll_event() // wait for a keyboard eventIt's extremly easy to use and fast to learn. I bet you can fully understand principles of this library in a day.

Tags

c console curses gui linux ncurses text textui ui

In a Nutshell, termbox...

BSD 4-clause (University of California-Specific)
Permitted

Commercial Use

Modify

Distribute

Place Warranty

Forbidden

Hold Liable

Use Trademarks

Required

Include Copyright

Include License

These details are provided for information only. No information here is legal advice and should not be used as such.

Project Security

Vulnerabilities per Version ( last 10 releases )

There are no reported vulnerabilities

Project Vulnerability Report

Security Confidence Index

Poor security track-record
Favorable security track-record

Vulnerability Exposure Index

Many reported vulnerabilities
Few reported vulnerabilities

Did You Know...

  • ...
    there are over 3,000 projects on the Open Hub with security vulnerabilities reported against them
  • ...
    data presented on the Open Hub is available through our API
  • ...
    in 2016, 47% of companies did not have formal process in place to track OS code
  • ...
    compare projects before you chose one to use
About Project Security

Languages

C
78%
Python
22%

30 Day Summary

May 7 2023 — Jun 6 2023

12 Month Summary

Jun 6 2022 — Jun 6 2023

Ratings

Be the first to rate this project
Click to add your rating
  
Review this Project!