Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/onecoolx/picasso
Picasso is a high quality 2D vector graphic rendering library. It support path , matrix , gradient , pattern , image and truetype font.
https://github.com/onecoolx/picasso
2d 2d-graphics android canvas canvas2d font graphics high-performance image linux low-footprint path2d render rendering svg vector-graphics vevtor wasm webassembly windows
Last synced: 8 days ago
JSON representation
Picasso is a high quality 2D vector graphic rendering library. It support path , matrix , gradient , pattern , image and truetype font.
- Host: GitHub
- URL: https://github.com/onecoolx/picasso
- Owner: onecoolx
- License: bsd-3-clause
- Created: 2011-09-23T02:54:10.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2024-10-14T02:16:58.000Z (25 days ago)
- Last Synced: 2024-10-25T05:47:17.073Z (14 days ago)
- Topics: 2d, 2d-graphics, android, canvas, canvas2d, font, graphics, high-performance, image, linux, low-footprint, path2d, render, rendering, svg, vector-graphics, vevtor, wasm, webassembly, windows
- Language: C
- Homepage: http://onecoolx.github.io/picasso/
- Size: 12.7 MB
- Stars: 347
- Watchers: 21
- Forks: 41
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: ChangeLog
- Funding: .github/FUNDING.yml
- License: LICENSE
- Authors: AUTHORS
Awesome Lists containing this project
README
HOW TO BUILD:
------------------------------------
linux:
1. Install cmake above v3.16 on your system
2. Build project
./build_linux.sh
cd proj
make------------------------------------
windows:
1. Install cmake above v3.16 on your windows system and register path environment variables.
2. Build project
./build_windows.bat
cd proj-------------------------------------
macosx:
1. Install python 2.7 on your shell environment.
2. Build project
./build_macosx.sh
cd proj