https://github.com/xboot/libcg
The tiny C library of 2D computer graphics.
https://github.com/xboot/libcg
2d c vg
Last synced: 17 days ago
JSON representation
The tiny C library of 2D computer graphics.
- Host: GitHub
- URL: https://github.com/xboot/libcg
- Owner: xboot
- License: mit
- Created: 2021-12-02T07:15:14.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-04-03T09:11:23.000Z (over 1 year ago)
- Last Synced: 2025-04-13T08:44:25.832Z (3 months ago)
- Topics: 2d, c, vg
- Language: C
- Homepage:
- Size: 714 KB
- Stars: 198
- Watchers: 8
- Forks: 36
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
***
# 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](examples) for usage.
```shell
cd libcg
make
```
## Screenshots
















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