All Projects → CWBudde → Aggpasmod

CWBudde / Aggpasmod

Licence: other
Modernized Pascal Anti-Grain Geometry

Programming Languages

pascal
1382 projects

Labels

Projects that are alternatives of or similar to Aggpasmod

Gaugekit
Kit for building custom gauges + easy reproducible Apple's style ring gauges.
Stars: ✭ 997 (+1680.36%)
Mutual labels:  graphics
Shaderworkshop
Interactive GLSL fragment shaders editor made with Qt
Stars: ✭ 43 (-23.21%)
Mutual labels:  graphics
Kino
A collection of custom post processing effects for Unity
Stars: ✭ 1,054 (+1782.14%)
Mutual labels:  graphics
Rengfx
lightweight, expressive, extensible 2D/3D game engine
Stars: ✭ 41 (-26.79%)
Mutual labels:  graphics
Perfect Freehand
Draw perfect pressure-sensitive freehand strokes.
Stars: ✭ 999 (+1683.93%)
Mutual labels:  graphics
Sketch
A Common Lisp framework for the creation of electronic art, visual design, game prototyping, game making, computer graphics, exploration of human-computer interaction, and more.
Stars: ✭ 1,026 (+1732.14%)
Mutual labels:  graphics
Ashengine
A cross-platform 3D engine based on Qt 5.9.7, OpenGL 3.3 and Assimp 4.1.
Stars: ✭ 35 (-37.5%)
Mutual labels:  graphics
Trelawney
General Interpretability Package
Stars: ✭ 55 (-1.79%)
Mutual labels:  graphics
Shaderc
A collection of tools, libraries, and tests for Vulkan shader compilation.
Stars: ✭ 1,016 (+1714.29%)
Mutual labels:  graphics
Helix Toolkit
Helix Toolkit is a collection of 3D components for .NET.
Stars: ✭ 1,050 (+1775%)
Mutual labels:  graphics
Grubo
Audio visual experience with Roland Groovebox MC-101 and the Unity game engine
Stars: ✭ 41 (-26.79%)
Mutual labels:  graphics
Picasso
Homebrew PICA200 shader assembler
Stars: ✭ 41 (-26.79%)
Mutual labels:  graphics
Atrament.js
A small JS library for beautiful drawing and handwriting on the HTML Canvas.
Stars: ✭ 1,045 (+1766.07%)
Mutual labels:  graphics
Xna.js
WebGL framework strongly inspired by the XNA library
Stars: ✭ 40 (-28.57%)
Mutual labels:  graphics
Generative Designs
A collection of generative design React components
Stars: ✭ 51 (-8.93%)
Mutual labels:  graphics
Packedrgbmshader
32-bit packed color format with RGBM encoding for shader use
Stars: ✭ 39 (-30.36%)
Mutual labels:  graphics
Jglm
Java OpenGL Mathematics Library
Stars: ✭ 44 (-21.43%)
Mutual labels:  graphics
Blurry
🌫 Image Blurring in Swift
Stars: ✭ 56 (+0%)
Mutual labels:  graphics
Ronin
Experimental Graphics Terminal
Stars: ✭ 1,065 (+1801.79%)
Mutual labels:  graphics
Sophus
C++ implementation of Lie Groups using Eigen.
Stars: ✭ 1,048 (+1771.43%)
Mutual labels:  graphics

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: [email protected] / [email protected]

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].