Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
exstars(3)			 Allegro manual 		      exstars(3)

NAME
     exstars - 3d starfield and lightsourced spaceship. Allegro game programming
     library.

SYNOPSIS
     #include <allegro.h>

     Example exstars

DESCRIPTION
     This  program  draws  a  3D  star field (depth-cued) and a polygon starship
     (controllable with the keyboard cursor keys), using the Allegro math  func-
     tions.

SEE ALSO
     BITMAP(3), END_OF_MAIN(3), MATRIX(3), PALETTE(3), SCREEN_H(3), SCREEN_W(3),
     allegro_error(3),	 allegro_init(3),  allegro_message(3),	apply_matrix(3),
     blit(3),	clear_bitmap(3),   create_bitmap(3),	cross_product(3),    de-
     stroy_bitmap(3), dot_product(3), fixed(3), fixmul(3), fixtof(3), fixtoi(3),
     font(3), get_rotation_matrix(3), get_transformation_matrix(3), get_transla-
     tion_matrix(3),  install_keyboard(3),  install_timer(3), itofix(3), key(3),
     normalize_vector(3), palette_color(3), persp_project(3),  poll_keyboard(3),
     putpixel(3),   rectfill(3),   screen(3),  set_gfx_mode(3),  set_palette(3),
     set_projection_viewport(3), textout_centre_ex(3),	textprintf_centre_ex(3),
     triangle(3), vsync(3)

Allegro 			  version 4.4.3 		      exstars(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=exstars&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help