libmabuff icon
libmabuff icon

libmabuff

 1 like

This is libmabuff, library for simple TUI creation in C++. It uses termbox, github.com/nsf/termbox (customized) as its backend. libmabuff's license is MIT.

It comes with a documentation (plain text, but usable).

The base idea of MABuffer are Zones. You can edit their conten.

Mastermind demo

License model

  • FreeOpen Source

Application type

Platforms

  • Linux
Discontinued

The last commit to the source code was made on November 1st, 2014.

  No rating
1like
0comments
0news articles

Features

Suggest and vote on features
  1.  Tui
  2.  Text-based

 Tags

libmabuff News & Activities

Highlights All activities

Recent activities

No activities found.

libmabuff information

  • Developed by

    Unknown
  • Licensing

    Open Source and Free product.
  • Alternatives

    11 alternatives listed
  • Supported Languages

    • English

AlternativeTo Category

OS & Utilities

Popular alternatives

View all

Our users have written 0 comments and reviews about libmabuff, and it has gotten 1 likes

libmabuff was added to AlternativeTo by adamat on Mar 27, 2013 and this page was last updated Jun 22, 2016.
No comments or reviews, maybe you want to be first?
Post comment/review

What is libmabuff?

This is libmabuff, library for simple TUI creation in C++. It uses termbox, github.com/nsf/termbox (customized) as its backend. libmabuff's license is MIT.

It comes with a documentation (plain text, but usable).

The base idea of MABuffer are Zones. You can edit their content, their formating, you can move them. You don't have to track each of them, they are printed automatically when you want so!

MABuffer is not completed yet:

  • The output controling is less or more usable - some nice features are also included, like auto-bordering. This part COULD be said to be complete.
  • The input handling is the area of upcoming improvements. Basic per-character input is implemented (waiting or with timeout), but more comfortable string handling (including output to a Zone - just like an entry filed) is planned.

Neverthless, libmabuff can be used for simple and fast creation of TUIs in C++. See documentation for more info.

Mastermind demo on screenshot.