home *** CD-ROM | disk | FTP | other *** search
/ The CDPD Public Domain Collection for CDTV 3 / CDPDIII.bin / pd / programming / assembler / thesource / volume4 / whatsondisk < prev   
Encoding:
Text File  |  1993-03-24  |  5.0 KB  |  87 lines

  1. Text (dir)
  2.         book.txt                        3D Programming Reference.
  3.         ExecutionTimes.txt              Execution times for all of the 
  4.                                         MC68000 instructions.  Very good. :)
  5.         howtocode5.txt                  The fifth episode in the howtocode
  6.                                         series.
  7.         SuggestedReading.txt            Suggested reading for demo coders.
  8.  
  9. Source (dir)
  10.   DavidJoiner (dir)
  11.         talinasm.lha                    Source code from David Joiner, who
  12.                                         wrote "Faery Tale Adventure".
  13.   BullFrog (dir)
  14.         bullfrog.lha                    Asm source from the makers of
  15.                                         "Populous" I & II.
  16.   Vectors (dir)
  17.         3dcore.lha                      Semi-interesting code for vector
  18.                                         operations (Atari ST).
  19.         3rdRoot.lha                     How to calcute the 3rd root of a
  20.                                         number (quickly).
  21.         ArcCos.lha                      Find the arc-cosine of a given angle.
  22.         Bmaps.lha                       Info about how to do texture mapping.
  23.         Deform.lha                      How to correctly deform a polygon
  24.                                         mesh sphere when 'pressure' is
  25.                                         applied.
  26.         DrawLines.lha                   How to correctly draw polygons to be
  27.                                         filled.
  28.         fft.lha                         Fourier Transformations.
  29.         FixedPoint.lha                  Info about fixed point math.
  30.         Illum.lha                       Shows how to do various illumination
  31.                                         models.
  32.         plot.lha                        Fast Pset routine.
  33.         PointInPoly.lha                 C code to determine if a point is
  34.                                         within a given polygon.
  35.         QuadToSquare.lha                Map points inside a four sided
  36.                                         polygon to a square.
  37.         Reflect.lha                     Determine how much of a beam of light
  38.                                         is reflected and refracted by a
  39.                                         surface.
  40.         Shade2Obj.lha                   Takes a picture of shaded polygons
  41.                                         and converts it to a 'depth map'.
  42.         TDDDConv.lha                    Code to convert TDDD (Imagine) format
  43.                                         objects to other formats.
  44.         tmapdemo.lha                    Chris Green's 'stomachy' AGA texture
  45.                                         mapping demo.
  46.         VectorComp.lha                  How to find the magnitude and
  47.                                         direction of a given vector.
  48.         voronoi.lha                     Compute Voronoi diagram and
  49.                                         Delaunay triangulation.
  50.   StartUpCode (dir)
  51.         Cache.lha                       Cache-Bashing code.  Shut Off, Turn
  52.                                         On, and Clear.
  53.         custom.i                        New 'fixed' version of custom.i
  54.                                         include file.
  55.         StartUp.S                       Safe Take and Restore system
  56.                                         routines (new version).
  57.         wb_startup.i                    Include file to make your program
  58.                                         startable from Workbench.
  59.   misc (dir)
  60.         3Buttons.lha                    Access all three and 'start' buttons
  61.                                         on a Sega joystick.
  62.         juliasrc.lha                    Bootblock code that generates
  63.                                         pictures of the Julia Set.
  64.         Random.lha                      Random number generator code.
  65.   Scroll (dir)
  66.         BlockScroll.lha                 Large area scroller by Perplex/PMC.
  67.   Plasma (dir)
  68.         GlobalTrash.lha                 Source code from the plasma part in
  69.                                         Global Trash by Silents.
  70.   Awesome (dir)
  71.         Awesome.lha                     'Fixed' source code to the Awesome
  72.                                         demo.
  73.  
  74. Utilities (dir)
  75.         BootJob.lha                     Bootblock utility.
  76.         copdis.lha                      Copperlist disassembler that knows
  77.                                         the AGA registers.
  78.         d2asm.lha                       Replaces constant divides with shifts.
  79.         ObEd_V1.02.lha                  New version of Object Editor.
  80.         opmod4.lha                      Module Optimizer.
  81.         Relocate.lha                    Move source file and it's needed
  82.                                         includes to a new location.
  83.         S-Text.lha                      Compresses text files and makes them
  84.                                         executable.
  85.         sekaconvert.lha                 Makes seka code assemble with other
  86.                                         assemblers.
  87.