Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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