home *** CD-ROM | disk | FTP | other *** search
/ Amiga Elysian Archive / AmigaElysianArchive.iso / screen / setpal.lha / README next >
Text File  |  1987-11-07  |  2KB  |  38 lines

  1. Here you find some of the very first C programs of my life.
  2. They are totally Public Domain, please use them and spread them as you like.
  3.  
  4. TDemo was at first an AmigaBASIC program to demonstrate fast area filling
  5.       on the Amiga with triangles as examples. To make it more fun,
  6.       I added modulations in the shape of the triangles and suddenly
  7.       had a 3D effect, accidently. The last addition was color cycling.
  8.       To enhance colors, I chose to generate new color values by a
  9.       scheme that normally increases every color component by one for
  10.       each step, but by adding decimals (you physicists out there will
  11.       know that value...) and a modulation, again interesting effects
  12.       appeared. I hope, the shape and color combination will not repeat
  13.       before a very long time. - Another important point is that TDemo
  14.       adapts to the actual screen size. You know, we guys here in Europe
  15.       want to USE our 256/512 scan lines and dislike to leave a
  16.       significant portion on the screen in background color.
  17.       Perhaps some of you in US would like to change to a PAL AGNUS too
  18.       to gain another 56/112 lines???
  19.  
  20. SetPAL, SetNTSC were developed to test TDemo, whether its adaption to
  21.       PAL or NTSC worked sufficiently. Perhaps these little programs
  22.       could be good also for others to test their software on NTSC
  23.       machines, but pretending them to be PAL only for proofing the
  24.       software runs in this environment.
  25.       (Another point: PLEASE think of the many people outside with
  26.        different keyboards! Allow use of SetMap!!!)
  27.  
  28. Contact me under:
  29.       Dr. Peter Kittel
  30.       Commodore Bueromaschinen GmbH
  31.       Lyoner Str. 38
  32.       6000 Frankfurt 71
  33.       West Germany
  34.       Tel. 0049 / 69 / 6638 - 171
  35.  
  36. Good hacking!
  37.  
  38.