Go to file
JianjunJiang b11adcd38e [libcg]fix blend_transformed_argb 2021-12-13 14:59:39 +08:00
examples [examples]add clip image's rectangle 2021-12-06 18:59:18 +08:00
screenshots [screenshots]update screenshots 2021-12-07 11:42:40 +08:00
src [libcg]fix blend_transformed_argb 2021-12-13 14:59:39 +08:00
.gitignore [libcg]modify some directory 2021-12-05 11:33:47 +08:00
LICENSE first commit 2021-12-02 15:15:46 +08:00
Makefile [libcg]modify some directory 2021-12-05 11:33:47 +08:00
README.md [libcg]modify some directory 2021-12-05 11:33:47 +08:00

README.md


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.