home *** CD-ROM | disk | FTP | other *** search
/ Más de 2,500 Juegos / CD5.iso / zipdat / 4807 / 4807.txt next >
Text File  |  2001-03-13  |  3KB  |  93 lines

  1. PocketIFS 0.3d (c) T.Frogley 2001
  2. email codemonkey_uk@hotmail.com
  3.  
  4. Copyright
  5. ---------
  6.  
  7. PocketIFS is free software; you can redistribute it and/or modify
  8. it under the terms of the GNU General Public License as published 
  9. by the Free Software Foundation; either version 2 of the License, 
  10. or (at your option) any later version.
  11.  
  12. This program is distributed in the hope that it will be useful,
  13. but WITHOUT ANY WARRANTY; without even the implied warranty of
  14. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  15. GNU General Public License for more details.
  16.  
  17. You should have received a copy of the GNU General Public License
  18. along with this program; (gpl.txt) if not, write to:
  19.   The Free Software Foundation, Inc., 
  20.   59 Temple Place, 
  21.   Suite 330, 
  22.   Boston, 
  23.   MA  02111-1307  
  24.   USA
  25.  
  26. Install
  27. -------
  28. PocketIFS is a PocketC applet, and requires the PocketC runtime to work.
  29. The PocketC runtime is freely avaiable from http://www.orbworks.com/
  30. Once PocketC is installed simply upload PocketIFS.PDB to your handheld 
  31. device, to run PocketIFS run PocketC then select PocketIFS and press 
  32. "Execute".
  33.  
  34. PocketIFS v0.3d was tested using PocketC v3.92
  35.  
  36. Use (v0.3) +
  37. ------------
  38.  
  39. This is an early version of PocketIFS which lets you play with 
  40. IFS's, more information on IFS can be found on the web.  This 
  41. document briefly describes how to use the PocketIFS applet.
  42.  
  43. 1) When PocketIFS starts you are presented with a licence alert.  
  44. (Feel free to remove it for personal use, but it must be present
  45. if you distribute [copy & give to others] it).
  46. Press OK to continue.
  47.  
  48. 2) You are now in 'draw' mode, click using the pen to define the corners
  49. of a shape, draw mode will be over once you have created a closed polygon.
  50.  
  51. 3) Now you are in transform mode, which has 5 buttons at the top, 
  52. from right to left they are:
  53.  
  54.   1) Rotate.
  55.   2) Scale
  56.   3) Move.
  57.   4) Lock.
  58.   5) Happy.
  59.  
  60. The first three are the three basic transformations that can be done, 
  61. each stage starts on pen down, and ends on pen up.
  62.  
  63. Whist the pen is down you deform (a copy of) the original shape,
  64. on the X and Y axis independently by moving the pen up & down, 
  65. and left & right.
  66.  
  67. You can lock XY for rotation and scale using the Lock icon.
  68.  
  69. Once you are happy, select the happy face icon, which will confirm your 
  70. selection.  Once you have confirmed that you are finished you will be 
  71. asked if you want Another, if you say yes you will be returned to
  72. transform mode with a new copy of the shape (and so create multiple 
  73. transformations).
  74.  
  75. Once you have created all the transformations you want (only do one first 
  76. time, I've never usefully used more than 3) PocketIFS will draw your fractal 
  77. by recursively applying the transformations.
  78.  
  79. Enjoy!
  80.  
  81. New in 0.3d
  82. -----------
  83. Improved program efficiency for faster rendering.
  84. Fixed a bug that occurred when compiling the fixed depth plotter under PocketC v3.92
  85. Added profiling support to source code.
  86.  
  87. New in 0.3c
  88. -----------
  89. IO bug fix, distribution tidy up.
  90.  
  91. New in 0.3a
  92. -----------
  93. Minor interface bug fixes