Skip to content

alic3dev/cexil

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cexil

A terminal based 2D pixel graphics system library.

standards

coordinates

cexil uses an [y][x] coordinate system for efficiency.

This is inverse the standard [x][y] coordinates of typical systems.

example

To select a pixel at a position of x: 4 and y: 6 you would lookup the position as follows

renderer->pixels[6][4]

building

library

You can build the library on its own with the following

make

examples

You can build all of the examples in one shot using

make examples

See examples/README.md for more details.

all

To build the library + examples

make all

cleaning

library

To clean up all the object files and resulting library file you can use

make clean

all

To clean the library + examples

make clean_all

copyright

©️ Copyright "alic3dev (2025)" - All rights reserved

About

A terminal based graphics library in C

Resources

Stars

Watchers

Forks

Packages

No packages published