Skip to content

rchastain2/agg-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AGGPas examples

Drawing with agg_2D.pas unit. Creation of a PNG image, using fcl-image library.

Image

Where to find AGGPas

AGGPas is part of fpGUI and of Lazarus.

fpGUI

git clone https://github.com/graemeg/fpGUI.git

Units are in framework/src/main/pascal/corelib/render/software.

The agg_2D unit is in extras/aggpas.

Lazarus

git clone https://gitlab.com/freepascal.org/lazarus/lazarus.git

Units are in components/aggpas/src.

How to compile examples

Compile one example:

make arc

Compile all examples:

make

Compile all examples using LCL:

make LCL=1

You will have to edit Makefile and provide a path to your AGGPas units.

Credits

The AggExample unit is derived from Agg2DConsole.dpr.

The examples uses Nougat font by Dieter Steffmann.

About

AGGPas examples

Topics

Resources

Stars

3 stars

Watchers

1 watching

Forks

Releases

No releases published

Contributors