Skip to content

neonkore/czan

This branch is 147 commits behind onecoolx/picasso:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
zhangjipeng
Dec 27, 2023
f74b645 · Dec 27, 2023
Nov 7, 2023
Sep 18, 2023
Feb 25, 2023
Oct 12, 2014
Feb 20, 2023
Dec 27, 2023
Dec 27, 2023
Dec 27, 2023
Feb 20, 2023
Nov 4, 2019
Dec 26, 2023
Mar 22, 2019
Sep 18, 2023
Nov 17, 2023
Sep 18, 2023
Mar 1, 2023
Oct 12, 2014
Dec 31, 2016
Feb 18, 2023
Mar 1, 2023
Dec 1, 2018
May 21, 2011
Feb 2, 2023
Sep 24, 2023
Feb 16, 2016
Jun 28, 2020
Sep 14, 2023
Oct 24, 2019
Jul 17, 2020
Jul 16, 2020
Feb 18, 2023
Feb 1, 2023

Repository files navigation

Windows Build Linux Build MacOSX Build Android Build CodeFactor

Copyright (C) 2008 ~ 2023 Zhang Ji Peng (onecoolx@gmail.com)

Picasso is a high quality vector graphic rendering library. It has high performance and low footprint. Picasso provides a set of high level 2D graphics API, which can be used to a GUI system, rendering postscript, rendering svg images and so on. It support path, matrix, gradient, pattern, image and truetype font.

How to build

linux:

1. automake & autoconf
./autogen.sh
./configure
make
sudo make install;


2. gyp build
./build_linux.sh
cd proj
make

windows:

1. Install Active Python 2.7 on your windows system and register path environment variables.
2. Build project
./build_windows.bat
cd vcproj
<open "picasso.sln" with visual studio>

macosx:

1. Install python 2.7 on your shell environment.
2. Build project
./build_macosx.sh
cd proj
<open "picasso.xcodeproj" with Xcode>

Documents

API Reference Documents

Gallery

alpha blending

svg rendering

gis maps

instrument

About

High quality 2D vector graphic rendering library

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 61.6%
  • Python 26.0%
  • C++ 11.0%
  • JavaScript 0.7%
  • Makefile 0.2%
  • Emacs Lisp 0.1%
  • Other 0.4%