home *** CD-ROM | disk | FTP | other *** search
/ ftp.barnyard.co.uk / 2015.02.ftp.barnyard.co.uk.tar / ftp.barnyard.co.uk / cpm / walnut-creek-CDROM / SIMTEL / CPMUG / CPMUG035.ARK / ABSTRACT.035 < prev    next >
Text File  |  1984-04-29  |  1KB  |  27 lines

  1. -------------------- VOLUME 35 ABSTRACTS ----------------------
  2.  
  3. TITLE:  FELIX - GRAPHICS ANAMATION SYSTEM
  4.  
  5. FELIX is a "simple" computer graphics animation system.
  6.  
  7. It is based upon a pseudo-language for graphics, with an
  8. assembler, subroutines, utilities, sample  programs, etc.  Ex:
  9. BEE.FAS: a flower blooms, bee settles on it, flies off, a bird
  10. eats the bee, then continues flying around.
  11.  
  12. Felix was written for use with the Cromemco TV Dazzler, and
  13. D+7A with 2 joysticks.  "A few routines... rely on [these]...
  14. you are invited to explore the source code". (so they say)
  15.  
  16. FELIX.DOC and a catalog file supply some information, but
  17. the "real" documentation must be ordered for $10 from the
  18. university of Tenn.  A second disk is also available for $10.
  19.  
  20. The code is well commented.  It consists of many .ASM files
  21. which must be loaded - and use absolute memory JMPS.  Requires
  22. a fairly large system - some ORGs go to 5800H.  Not just a .COM
  23. file here folks - you have to like to diddle with DDT and HEX.
  24.  
  25. Abstracted by Ward Christensen.  I did not have access to
  26. the necessary equipment to actually run the code.
  27.