home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Professional / OS2PRO194.ISO / os2 / wps / graphic / fractint / sources / futures.doc < prev    next >
Encoding:
Text File  |  1991-05-25  |  1.8 KB  |  34 lines

  1. FRACTINT for OS/2 Presentation Manager
  2.  
  3. PMFRACT release 2.0 uses the fractal calculation engine of FRACTINT for DOS
  4. release 15.1.  As such, there is more function in that code than is
  5. currently exposed to the user in the Presentation Manager interface
  6. that I have written.  This is because my interest was in learning
  7. OS/2 Presentation Manager and SAA/CUA user interfaces, as well as
  8. the pretty pictures, and I have learned about as much as I can tolerate
  9. for the time being.  However, I expect to get the "bug" again and intend
  10. to pick up PMFRACT again in the near future.  For the time being,
  11. this is my list of where I will probably be heading next.
  12.  
  13. - 3-D and 3-D Overlay - The code to do much of this is in the fractal
  14.   engine code and just not exposed to the user interface, mostly because
  15.   I have written as may dialog boxes as I can currently tolerate.
  16.  
  17. - Color Cycling - This is mostly a Presentation Manager limitation at the
  18.   moment.  Palettes don't change on the basic 16-color VGA OS/2 systems.
  19.   Hotter hardware, like the 8514/A display card, support palette changing,
  20.   but the results are neither particularly fast or particularly pretty
  21.   (you change the physical palette for everybody without any notification).
  22.   Future OS/2 levels are supposed to have palette manager support, much like
  23.   what is now in Windows 3.0, and I will readdress this issue then.
  24.  
  25. - Real OS/2-style Help - PMFRACT started to grow when OS/2 1.1 was the
  26.   current version, which did not have a documented Help system.
  27.   So, I wrote my own called SMPLHELP (Simple Help system).
  28.   OS/2 1.2 and 1.3 (and I assume 2.x and x.x in the future) do,
  29.   but I have not yet learned it.  This I intend to address soon as an
  30.   excuse to learn about the OS/2 1.2 and up Help system.
  31.  
  32. - Release 16.0 fractal engine - This I will probably address as soon as
  33.   I can get the code.
  34.