Packages

Home ] Introduction ] Installation ] Basic Lessons ] Just Enough C++ ] Advanced Lessons ] Reference Manual ] [ Packages ] Demos ]

Using Packages

Screen Saver

GrafiX is primarily designed for creating graphical Windows programs.  But Windows screen savers are just a special type of program that has the .scr extension rather than the .exe extension and are stored in a special folder such as c:/windows.  This package lets you convert GrafiX animations to screen savers.

Output Window

The Output Window package provides a function output_window() for invoking a scrollable window for the display of text or numbers.

Other

There are three levels of features provided by GrafiX.

  1. The GrafiX core consists of all the features documented in the Basic Lessons, Advanced Lessons, and Reference Manual.  These features have been well-tested and hopefully are reliable and stable.
  2. Approved packages as listed above.  These features are well on their way to being part of a later release of the GrafiX core.  At various times you may find many or few of these official packages.
  3. The half-baked packages which are not documented but whose files are in Packages folder.  These are in varying degrees of completion, and you are free to experiment.

Home ] Introduction ] Installation ] Basic Lessons ] Just Enough C++ ] Advanced Lessons ] Reference Manual ] [ Packages ] Demos ]