Skip to content
This repository has been archived by the owner on Aug 29, 2022. It is now read-only.
/ ansiGraphic Public archive

Simple C graphic library disigned for drawing with ascii chars and escape color codes

Notifications You must be signed in to change notification settings

solimy/ansiGraphic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ansiGraphic

1.What is ansiGraphic ? 2.Warnings 3.Setup 4.How to use it ?


1.What is ansiGraphic ?

ansiGraphic is a very basic library written in C providing structures and functions to draw on your terminal.


2.Warnings

almost all functions and structures have two versions, one _RGB, and one not. Not all terminal emulators will support _RGB.


3.Setup

really easi to setup at the moment as you juste need to compile your projet with ansiGraphic2.c and specify your path to ansiGraphic2.h.


4.How to use it ?

have a look at the tests folder.


About

Simple C graphic library disigned for drawing with ascii chars and escape color codes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages