xboot / libcg

The tiny C library of 2D computer graphics.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


libcg

The tiny C library of 2D computer graphics.

Getting Started

The library's .c and .h files can be dropped into a project and compiled along with it. Just type make at the root directory, you will see a static library and some binary of examples for usage.

cd libcg
make

Screenshots

arc arc_negative clip clip_image curve_rectangle curve_to dash fill_and_stroke fill_style gradient image lines multi_segment_caps rounded_rectangle set_line_cap set_line_join smile texture_tiled

License

This library is free software; you can redistribute it and or modify it under the terms of the MIT license. See MIT License for details.

About

The tiny C library of 2D computer graphics.

License:MIT License


Languages

Language:C 98.9%Language:Makefile 1.1%