All Projects → SBU-CE → clui

SBU-CE / clui

Licence: other
simple multi-platform library for developing terminal programs

Programming Languages

c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to clui

Pretty
Library for helping print things prettily, in Clojure - ANSI fonts, formatted exceptions
Stars: ✭ 474 (+3285.71%)
Mutual labels:  ansi-colors
Ansi Econsole
Eclipse plugin that understands ANSI escape sequences to color the Eclipse console output.
Stars: ✭ 72 (+414.29%)
Mutual labels:  ansi-colors
kotter
A declarative, Kotlin-idiomatic API for writing dynamic console applications.
Stars: ✭ 355 (+2435.71%)
Mutual labels:  ansi-colors
Terminalimageviewer
Small C++ program to display images in a (modern) terminal using RGB ANSI codes and unicode block graphics characters
Stars: ✭ 917 (+6450%)
Mutual labels:  ansi-colors
Aurora
Golang ultimate ANSI-colors that supports Printf/Sprintf methods
Stars: ✭ 1,061 (+7478.57%)
Mutual labels:  ansi-colors
Ls Go
A more colorful, user-friendly implementation of `ls` written in Go
Stars: ✭ 162 (+1057.14%)
Mutual labels:  ansi-colors
2048.c
Console version of the game "2048" for GNU/Linux
Stars: ✭ 453 (+3135.71%)
Mutual labels:  ansi-colors
tetris
Micro Tetris™, based on the 1989 IOCCC Obfuscated Tetris by John Tromp
Stars: ✭ 98 (+600%)
Mutual labels:  ansi-colors
Clc
Tiny bash utility for coloring terminal output and prompt
Stars: ✭ 58 (+314.29%)
Mutual labels:  ansi-colors
pixelizer
An efficient image pixelizer written in go
Stars: ✭ 103 (+635.71%)
Mutual labels:  ansi-colors
Cl Ansi Text
Enables ANSI colors for printing.
Stars: ✭ 30 (+114.29%)
Mutual labels:  ansi-colors
Ansi Escape Sequences
A simple, isomorphic library containing all known terminal ansi escape codes and sequences.
Stars: ✭ 44 (+214.29%)
Mutual labels:  ansi-colors
Ansicolor
Ansicolor library provides color console in Windows as ANSICON for Golang.
Stars: ✭ 197 (+1307.14%)
Mutual labels:  ansi-colors
Rich
Rich is a Python library for rich text and beautiful formatting in the terminal.
Stars: ✭ 31,664 (+226071.43%)
Mutual labels:  ansi-colors
FACE
Fortran Ansi Colors (and Styles) Environment
Stars: ✭ 36 (+157.14%)
Mutual labels:  ansi-colors
Gradle Test Logger Plugin
A Gradle plugin for printing beautiful logs on the console while running tests
Stars: ✭ 460 (+3185.71%)
Mutual labels:  ansi-colors
Ololog
A better console.log for the log-driven debugging junkies
Stars: ✭ 141 (+907.14%)
Mutual labels:  ansi-colors
colr
Easy terminal colors, with chainable methods.
Stars: ✭ 32 (+128.57%)
Mutual labels:  ansi-colors
log-utils
Basic logging utils: colors, symbols and timestamp.
Stars: ✭ 24 (+71.43%)
Mutual labels:  ansi-colors
Spectre.console
A .NET library that makes it easier to create beautiful console applications.
Stars: ✭ 4,226 (+30085.71%)
Mutual labels:  ansi-colors

clui

simple cross-platform library for doing terminal things.

To learn more about functions, view sample1.c or sample2.c

how to run

  1. install mingw/gcc on your system and add that to path
  2. open a terminal and change directory to clui folder
  3. compile c code with gcc sample1.c or maybe you want to enable warning and debug mode: gcc -Wall -Wextra -g sample1.c
  4. compile cpp code with g++ your_code.cpp

library and sample codes are tested windows (mingw) and unix (gcc,clang) with both C & C++ codes.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].