AggPasMod icon indicating copy to clipboard operation
AggPasMod copied to clipboard

Modernized Pascal Anti-Grain Geometry

Results 8 AggPasMod issues
Sort by recently updated
recently updated
newest added

![Cre](https://user-images.githubusercontent.com/65008114/175774900-5bbbc6c2-86b4-412b-916b-66ce9b72dbea.PNG)

Don't draw correct arc from any start angle except 0, and didn't felt a sign of sweep angle, also like a sweep value too.

help wanted

Had a case during some testing where StrokeCalcCap got called with Len = 0. This if course caused a division by zero crash on Da := 1 / Len. As...

help wanted

I got a integer overflow on line 446 CurToFocus := Sqr(X - FFocus.X) + Sqr(Y - FFocus.Y); Solved it by changing it to CurToFocus := Sqr(1.0 * X - FFocus.X)...

help wanted

Copying sourcefolders: source Compiling AggPasRun.dproj Win32 Microsoft (R) 生成引擎版本 3.5.30729.5420 [Microsoft .NET Framework 版本 2.0.50727.5420] 版权所有(C) Microsoft Corporation 2007。保留所有权利。 Build started 2016-06-18 11:52:50. Project "C:\Users\Public\Documents\Embarcadero\Studio\17.0\Comps\AggPasMod\source\Packages\RX\AggPasRun.dproj" on node 0 (Build target(s))....

Currently Delphinus.Install links to the example Projects instead of the given packages. Delphinus.Install should reference the package projects for the given compilers, an no example/demo projects

![Screenshot_20240106_001303](https://github.com/CWBudde/AggPasMod/assets/9397465/4a97cd51-09a6-46c2-877c-6119cda6ebb4)

Looks like a useful app. Can someone release binaries?