BGRABitmap AggPas

From Lazarus wiki
Revision as of 11:27, 20 May 2023 by Circular (talk | contribs) (gouraud)
Jump to navigationJump to search

Here is a series of projects demonstrating advanced capabilities similar to AggPas

The projects are in the bgraaggtest folder in BGRABitmap repository

Antialiasing demo (AA demo)

This program shows how the gamma factor affects how antialiasing is rendered.

aa demo.png

Alpha gradient

This program shows how to apply a complex alpha mask based on a custom gradient.

alpha gradient.png

Blur

This program shows the different types of blurs and their speed.

blur.png

Bézier like splines (B-spline)

This program to demonstrate various kind of spline interpolations and how to use a path cursor.

bspline.png

Distortions

This program shows how to apply a distortion to an image or a gradient.

distortions.png

Gouraud shading

This program demonstrates how to do a multi-polygon Gouraud shading.

gouraud.png

Image perspective

This program demonstrates the different ways of applying a texture to a quad.

image perspective.png