An open API service indexing awesome lists of open source software.

https://github.com/baltasarq/cscrutil

Multiplatform screen console management for C
https://github.com/baltasarq/cscrutil

colors console cursor library multiplatform

Last synced: 8 months ago
JSON representation

Multiplatform screen console management for C

Awesome Lists containing this project

README

          

# SCR Util clib

Gestión de pantalla para la consola multiplataforma.

*Multiplatform screen console management*

Esta librería, programada en C, puede manejar las consolas tanto de Windows (utilizando las llamadas al sistema operativo), como de *nix (empleando las secuencias de control ANSI).

*This library, written in C, can manage both Windows and Linux consoles. It uses system calls for Windows, and the ANSI control escape sequences for Linux.*

## Screenshots

![Inputting data](docs/res/scr-input_data.png)
![Showing data](docs/res/scr-show_data.png)

## Using this library
Puedes simplemente poner los archivos `scrutil.c` y `scrutil.h`en el mismo directorio de tu programa, y añadirlos al sistema de compilación de tu IDE, o simplemente modificar el `Makefile` dado y teclear `make`.

*Just drop `scrutil.c` and `scrutil.h` it in the same directory of your program. Then you can add both files to the compile system of your IDE, or just modify the provided `Makefile` and type `make`.*

## License
[MIT License](https://github.com/Baltasarq/cscrutil/blob/master/LICENSE "MIT License")