Graphics Animation System for Professionals: Difference between revisions

Content deleted Content added
See also: red link removed
GRASP 1.0: ditto
Line 29:
Starting with John and Doug's source code for [[PCPaint]], the painting aspects were chopped out and
instead a simple font editor for Doug's slideshow program [[FlashGun]] was created. The graphics library was used to make a simple script playback that had a command for each graphics library function. It also originally used the [[assembly language]] fades from FlashGun for
a "FADE" command, but those image fade routines were mode specific (CGA) and difficult to enhance. The routines were rewritten along with the script parts. It stored all the files in a ZIB archive, renaming John Bridges' program ZIB to GLIB and the archives it produced were GL files ([[GRASP GL library format]]).
 
===GRASP 2.0===