Skip to content

cppfw/agg

Repository files navigation

agg

releases

ci status

anti-grain geometry

Forked from SVN revision r134.

The directory src/agg contains the forked project files.

Istallation

  1. Setup your OS-preferred package system repo following this manual

  2. Install package

    • conan (multi-OS): agg

    • deb (Linux): libantigrain-dev

    • homebrew (MacOS X): libantigrain

    • Android: io.github.cppfw:agg

    • cocoapods (iOS): agg

    • Msys2 (Windows): mingw-w64-i686-agg, mingw-w64-x86_64-agg

    • Nuget (Windows, Visual Studio): libagg

License notice from the original project

The Anti-Grain Geometry Project
A high quality rendering engine for C++
http://antigrain.com

Anti-Grain Geometry - Version 2.4
Copyright (C) 2002-2005 Maxim Shemanarev (McSeem)

Permission to copy, use, modify, sell and distribute this software
is granted provided this copyright notice appears in all copies.
This software is provided "as is" without express or implied
warranty, and with no claim as to its suitability for any purpose.