Skip to content

Anti-Grain Geometry for Python (2.7+ & 3.5+) with Cython

License

Notifications You must be signed in to change notification settings

corranwebster/celiagg

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

celiagg

PyPI Build status

celiagg provides a simple, stateless canvas object that uses Anti-Grain Geometry 2.4 <svn://svn.code.sf.net/p/agg/svn> with Cython to render directly into a Numpy array.

A respectably modern compiler is required to build celiagg (one supporting certain C++11 features).

Documentation!

Installation

pip install celiagg should do the trick.

Dependencies

  • Numpy
  • Cython
  • Freetype2 (optional)

Contributing

We encourage contributions to celiagg! If you would like to contribute, just fork the repository on GitHub, make your changes, and issue a pull request.

History

celiagg started as pyagg (https://github.com/erikhvatum/pyagg) but was renamed to avoid clashing with PyAgg (https://github.com/karimbahgat/PyAgg).

celiagg is a play on Celiac (Anti grain...) and AGG (Anti-Grain Geometry).

About

Anti-Grain Geometry for Python (2.7+ & 3.5+) with Cython

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 90.3%
  • Makefile 3.4%
  • Python 2.9%
  • C 2.1%
  • CMake 1.0%
  • HTML 0.2%
  • Other 0.1%