项目作者: CWBudde

项目描述 :
Modernized Pascal Anti-Grain Geometry
高级语言: Pascal
项目地址: git://github.com/CWBudde/AggPasMod.git
创建时间: 2015-06-07T10:21:48Z
项目社区:https://github.com/CWBudde/AggPasMod

开源协议:Other

下载


Modernized Pascal Anti-Grain Geometry

Anti-Grain Geometry (modernized Pascal fork, aka ‘AggPasMod’)

Based on:

Based on:

  • Anti-Grain Geometry (AGG) ver 2.4
  • by Maxim Shemanarev
  • High Fidelity 2D Graphics, High Quality Rendering Engine for C++
  • Copyright © 2002-2006
  • http://www.antigrain.com

AggPasMod

Based on AggPas, which is itself based on the Anti-Grain Geometry, this project offers support for the latest Delphi Versions (XE and above) and contains some helper classes (VCL components and FireMonkey interface).

Initially, the AggPas port had been modernized only to see how it compares performance wise. However, after many weeks of work and several improvments (assembler optimizations, better code readability, some helper classes), it was decided to release this modernized version of the AggPas port independently.

The project was hosted on SourceForge and has been moved to GitHub.

Installation

Once the project has been checked out or downloaded, it can be installed in the IDE by installing the runtime and the design-time packages for the given Delphi/Lazarus version. However, before that some directories must be known by the IDE. Please specify these manually until the packages compile.

Alternatively the packages can be obtained and installed via GetIt (XE8).

Recently Delphinus-Support has also been added to support older Delphi versions (see https://github.com/Memnarch/Delphinus for more information).

License

The (modernized) port is licensed under the same terms as the original library:

Anti-Grain Geometry - Version 2.4 (Public License)
Copyright (C) 2002-2005 Maxim Shemanarev (http:www.antigrain.com)
Contact: McSeem@antigrain.com / McSeemAgg@yahoo.com

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.