exhello (3) - Linux Manuals
exhello: Simple graphical "hello world" program. Allegro game programming library.
Command to display exhello
manual in Linux: $ man 3 exhello
NAME
exhello - Simple graphical "hello world" program. Allegro game programming library.
SYNOPSIS
#include <allegro.h>
Example exhello
DESCRIPTION
This is a very simple program showing how to get into graphics
mode and draw text onto the screen.
SEE ALSO
END_OF_MAIN(3),
SCREEN_H(3),
SCREEN_W(3),
acquire_screen(3),
allegro_error(3),
allegro_init(3),
allegro_message(3),
clear_to_color(3),
desktop_palette(3),
font(3),
install_keyboard(3),
key(3),
makecol(3),
readkey(3),
release_screen(3),
screen(3),
set_gfx_mode(3),
set_palette(3),
textout_centre_ex(3)
Pages related to exhello
- ex3buf (3) - Mode-X triple buffering and retrace interrupt simulation. Allegro game programming library.
- ex3d (3) - 3d 'bouncy cubes' demo. Allegro game programming library.
- ex12bit (3) - How to fake a 12-bit truecolor mode on an 8-bit card. Allegro game programming library.
- exaccel (3) - Using offscreen video memory to store source graphics for VBE/AF. Allegro game programming library.
- exalpha (3) - Creating and using 32 bit RGBA sprites. Allegro game programming library.
- exbitmap (3) - Loading and displaying PCX and BMP files. Allegro game programming library.
- exblend (3) - Using translucency in truecolor modes. Allegro game programming library.