Skip to content

xboot/libcg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

98 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


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.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published