• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..10-Jul-2012-

allmodes.pasH A D27-Aug-20071.9 KiB8559

colors.pasH A D26-Mar-20072.4 KiB10976

demo.pasH A D02-Aug-200713.1 KiB548480

graph.pasH A D07-Jul-201219.6 KiB660473

makefile.dj2H A D27-Aug-20071.1 KiB5027

makefile.lnxH A D27-Aug-20071.1 KiB5126

makefile.sdlH A D27-Aug-20071.1 KiB4823

makefile.w32H A D27-Aug-20071.1 KiB5127

makefile.x11H A D27-Aug-20071.2 KiB5830

modelist.pasH A D12-Jan-20071 KiB4826

palette.pasH A D12-Jan-2007767 3628

readmeH A D30-Nov-20011.5 KiB5031

small.pasH A D01-Jun-2003195 1610

readme

1
2 BCC2GRX  -  Interfacing Borland based graphics programs to LIBGRX
3 Copyright (C) 1993-97 by Hartmut Schirmer
4
5 This library is now part of the GRX graphics library.
6
7 Contact :                Hartmut Schirmer
8			  Feldstrasse 118
9		  D-24105 Kiel
10			  Germany
11 e-mail : hsc@techfak.uni-kiel.de
12
13
14Pascal (GPC) demo Programs
15
16graph.pas is the unit import file, as far as possible a plug-in
17replacement for the BP unit of the same name
18(see doc/readme.bgi for differences)
19
20* small.pas opens and closes the graphics to check for improper installation.
21* modelist.pas prints out the available modes.
22* palette.pas prints out the colors in the default palette.
23* allmodes.pas for each available mode prints out mode number and its parameters
24   and displays one color rainbow.
25* colors.pas for each avalaible mode with nc>=256 prints out mode name
26   and displays red, green, blue gray degraded stripes.
27* demo.pas displays various demos to illustrate graphics possibilities.
28   It supposes for some of them that borland .chr files have been put in
29   the chr directory (otherwise it uses the always available default font).
30
31Makefiles are supplied to build up the demo programs for
32djgpp, mingw32, LINUX/svga and LINUX/X11.
33They should have been built with the library and C tests if you
34used the top level makefiles.
35If you want to rebuild only the demos type from this dir
36   make -f <your makefile>
37Pathes and parameters will be borrowed from corresponding top level
38makedefs files
39
40Have fun!
41
42
43
44
45
46
47
48
49
50