Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tlsa/libcgifh

Helper library for generating animated diagrams with cgif
https://github.com/tlsa/libcgifh

Last synced: 2 months ago
JSON representation

Helper library for generating animated diagrams with cgif

Awesome Lists containing this project

README

        

CGIF Helper
===========

[![Build Status](https://github.com/tlsa/libcgifh/actions/workflows/ci.yaml/badge.svg)](https://github.com/tlsa/libcgifh/actions)

LibCGIFH is a simple C library containing some helper routines designed to make
it easy to create animated diagrams with [CGIF](https://github.com/dloebl/cgif).

Overview
--------

The library provides an interface to create an image and render into it. It also
provides simple palette construction helpers. It has no direct dependency on
CGIF (or anything beyond the standard C Library), so it may be useful for any
8-bit indexed colour image drawing task.

### Goals

* Simple.

### Features

* Render lines and rectangles.
* Render text at different scales.
* Automatically clip to image dimensions.