exflip (3) - Linux Manuals

exflip: Comparison of double buffering and page flipping. Allegro game programming library.

NAME

exflip - Comparison of double buffering and page flipping. Allegro game programming library.

SYNOPSIS

#include <allegro.h>

Example exflip

DESCRIPTION

This program moves a circle across the screen, first with a double buffer and then using page flips.