Skip to content

mfkiwl/libcg

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 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 example binary file.

cd libcg
make

Screenshots

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

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C 98.9%
  • Makefile 1.1%