https://github.com/cppfw/agg
anti-grain geometry
https://github.com/cppfw/agg
Last synced: 9 months ago
JSON representation
anti-grain geometry
- Host: GitHub
- URL: https://github.com/cppfw/agg
- Owner: cppfw
- License: mit
- Created: 2020-10-12T12:20:52.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-01-28T18:58:32.000Z (12 months ago)
- Last Synced: 2025-03-29T21:07:05.190Z (10 months ago)
- Language: C++
- Size: 2.11 MB
- Stars: 36
- Watchers: 2
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE
Awesome Lists containing this project
README
:name: agg
= {name}
|====
| link:https://github.com/cppfw/{name}/releases[image:https://img.shields.io/github/tag/cppfw/{name}.svg[releases]] | link:https://github.com/cppfw/{name}/actions[image:https://github.com/cppfw/{name}/workflows/ci/badge.svg[ci status]]
|====
anti-grain geometry
This is a fork of http://sourceforge.net/projects/agg
Forked from SVN revision `r134`.
The directory `src/agg` contains the forked project files.
== Istallation
:package_name: agg
. Setup your OS-preferred package system repo following link:https://github.com/cppfw/wiki/blob/main/enable_repo/enable_repo.adoc[this manual]
. Install package
+
- **vcpkg** (multi-OS): **{package_name}**
- **conan** (multi-OS): **{package_name}**
- **deb** (Linux): **libantigrain-dev**
- **homebrew** (MacOS X): **libantigrain**
- **Android**: **io.github.cppfw:{package_name}**
- **cocoapods** (iOS): **{package_name}**
- **Msys2** (Windows): **mingw-w64-i686-{package_name}**, **mingw-w64-x86_64-{package_name}**
- **Nuget** (Windows, Visual Studio): **lib{package_name}**
== 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.
```