hugocotoflorez / bbclit

Box-based command line interface tool
0 stars 0 forks source link

bbclit logo

 

Easy to use library to enchance c user interfaces

 

Features

Installation and usage

Clone repository:

git clone --depth 1 https://github.com/hugocotoflorez/bbclit <Download Path>

From your c script

#include "<Download Path>/bbclit.h"

To compile: There are a makefile that compiles main.c

make
make clean

Description

This tool allow developers to create interfaces organized by boxes. Elements inside boxes are fixed relatively to their parent box, so it is easy to move layout and configure boxes and elements. The library include some templates to start with.

Authors and contributors

Author: @hugocotoflorez