home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 Mobile / Chip_Mobile_2001.iso / palm / business / cube3d / cube3D.exe / cube3D / README.txt < prev   
Text File  |  2000-12-26  |  2KB  |  69 lines

  1. ----------------------------------------------------------------------------
  2.  Cube 3D demonstration
  3. ----------------------------------------------------------------------------
  4.  
  5.   BACKGROUND:
  6.   ===========
  7.  
  8.   Cube3D  is simple  but it  outlines  many  of  the basic  starting point 
  9.   questions  that are commonly  asked  on the  palm-dev-forum  email list.
  10.   If you  are seriously  interested in Palm Computing development  then be
  11.   sure to check out the development website hosted by Palm Computing:
  12.  
  13.     http://www.palmos.com/
  14.  
  15.   26-Dec-2000: updated to support non m68k-CPU architecture when performing
  16.                an offscreen buffer copy operation in the 160x160 mode.
  17.  
  18.   31-Jul-2000: updated for future compatability with NON 160x160 devices
  19.                - asm routines used if 160x160, api routines otherwise.
  20.  
  21.   INSTALLATION:
  22.   =============
  23.  
  24.   Cube3D is designed for the Palm Computing Platform.  'cube3D.prc' should 
  25.   be installed  into your handheld  device using the instructions provided 
  26.   by the manufacturer. 
  27.  
  28.   The following devices are supported:
  29.  
  30.     Pilot 1000
  31.     Pilot 5000 
  32.     Palm Personal 
  33.     Palm Professional
  34.     Palm III, IIIe, IIIx, IIIse, IIIxe, IIIc
  35.     Palm V, Vx
  36.     Palm VII
  37.     Handspring Visor, Visor Deluxe, Visor Platinum, Visor Prism
  38.     IBM Workpad c3 (40X, 40U), 30X and 20X
  39.     Qualcomm pdQ Smartphone
  40.     SONY PEG-300, PEG-S500C
  41.     Symbol SPT 1500, 1700, 1740
  42.     TRGPro
  43.  
  44.   DEVELOPMENT
  45.   ===========
  46.  
  47.   Cube3D was developed using prc-tools 2.0 (GNU gcc compiler) that can be 
  48.   obtained from the here: 
  49.  
  50.     http://www.palmos.com/dev/tech/tools/gcc/index.html
  51.  
  52.   The  source code  outlines a number of basic Palm Computing Programming
  53.   principles and you  should be able to take the core structure and write 
  54.   a large complex program. It is distributed WITHOUT ANY WARRANTY; use it
  55.   "AS IS" and at your own risk.
  56.  
  57.   The code presented is Copyright 1999-2000 by Aaron Ardiri. It should be
  58.   used for  educational purposes only.  You  shall not modify  the Cube3D 
  59.   source code in any way and  re-distribute it as your  own,  however you
  60.   are free to use  the code as  a guide for  developing  programs  on the 
  61.   Palm Computing Platform.
  62.  
  63.   Thankyou for downloading Cube3D!
  64.  
  65.   // az
  66.   aaron@ardiri.com
  67.  
  68. ----------------------------------------------------------------------------
  69.