


                                THE GR PROJECT


                                   
                                   1994/1995



                           GETTING START IN C GRAPHICS



         There is a selection of my first C graphics programs.

         Compile with Turbo C++ 1.0 or 3.0.

         Make sure in "Options / Compiler / Code Generation / Model"

         is Large.

         Files:

            move.cpp    -    moving points using vectors (2D)

            cubo.cpp    -    3D rotations

            circ.cpp    -    how to draw a shaded circle

            circ2.cpp   -    rotating shaded circles. Hey! High resolution!!

            circ3.cpp   -    rotating circles with sort, no hires :(

            fogo.cpp    -    "fractal" star with vectors

            fogo2.cpp   -    "fractal" star with vectors, palette fading

            monte.cpp   -    my first demo, palette fading and math functions

         About me:

            Leandro Bernsmuller

            mail: lebe@aton.inf.ufrgs.br

            visit my site: http://www.geocities.com/SiliconValley/Bay/1704

         Use this files as you want. There is no garanty they work perfectly.
