home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 5 / DATAFILE_PDCD5.iso / utilities / t / texturegnd / Docs / Plans < prev    next >
Text File  |  1996-11-30  |  2KB  |  60 lines

  1.  
  2.                 Plans
  3.                 =====
  4.  
  5. Some of my hopes, dreams and future development plans for this program.
  6.  
  7. Sort out some of the things mentioned in the "Problems" file, and:
  8.  
  9. Make Texture Garden conform to the proposed PCA standard.  This may take
  10. quite some time and energy to implement.
  11.  
  12. Use the OLESupport module when editing texture generation files.
  13.  
  14. Write a Freeware version of the back-end of the program designed to
  15. interface to other programs (principly art packages) to further establish
  16. Texture Garden's file-format by making the textures even more universally
  17. readable.  Please mail me if you are interested in this.
  18.  
  19. Add options to force the colour depth to 2,4,16,and 256 colours.
  20. Add option to use user-defined custom palettes using drag-and-drop.
  21. Add option to save palette with custom palette in shallow colour modes.
  22. Add option to use an optimal palette for shallow colour modes.
  23. Add RISC OS palette import facility.
  24.  
  25. Interface Texture Garden directly to !InterGIF to allow animated GIF
  26. exporting.
  27.  
  28. Add the option to include drawfiles as follows:
  29.   * Add a "CreateVirtualSpriteFromSprite command,
  30.   * Add the option to have a directory as a texture with a main !Texture
  31.     Text file in it and a drawfile or two.
  32.   * Add "RenderDrawfile <Drawfilename>" command (or somesuch)...
  33.   This will let you use Texture Garden to add bumpmaps to arbitrary
  34.   images, include printed text, etc.
  35.  
  36. Add a front end to some existing backend features:
  37.   * Multiple layer editing.
  38.   * Lightsource import, export and editor.
  39.   * Palette editor.
  40.  
  41. Improve Texture Garden's web pages by:
  42.   * Adding a page or two of demonstration animated texture GIFs.
  43.   * Designing and making a SIRDS or two using Texture Garden's textures.
  44.   * Re-design Texture Garden's logo.
  45.   * Putting more of the documentation in HTML online.
  46.   * Making more texture archives available.
  47.  
  48. Add new commands: in particular, there has yet to be implemented:
  49.  
  50. Triangle(X1,Y1,X2,Y2,X3,Y3,Height,Type)
  51. ShadedTriangle(X1,Y1,H1,X2,Y2,H2,X3,Y3,H3,Type)
  52. Smudge(X1,Y1,R1,X2,Y2,R2) } distortion commands
  53. Scrape(X1,Y1,R1,X2,Y2,R2) } that act locally
  54. Crumple(Amplitude,FractalDimension) ...needs "Triangle" first...
  55. Veins(Width,FractalDimension,Wiggliness)
  56. Pebbles(SizeOne,SizeTwo,Regularity)
  57. Gravel(FractalDimension,Regularity)
  58. Splatter(X,Y,Radius,Theta)
  59. Line(X1,Y1,W1,X2,Y2,W2)
  60.