SmickDibbly / zigil

A thin abstraction layer for graphics and input. Made for use with the Electric Pentacle Machine, but can theoretically be used for other purposes too.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Zigil

Description to come...

Building

On a linux-kernel OS, from the zigil/build/ directory, run the shell command:

make --file=linux.mk

This will create zigil/build/linux/libzigil.a, to be linked to other projects at your leisure. The API consists of all the header files in zigil/src/ (header files from any further subdirectories thereof are not part of the API).

About

A thin abstraction layer for graphics and input. Made for use with the Electric Pentacle Machine, but can theoretically be used for other purposes too.

License:MIT License


Languages

Language:C 99.5%Language:Makefile 0.5%