Skip to content

piccolo2d/pocketpiccolo2d.net

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

***********************************************************************************************
* PocketPiccolo.NET V1.0 alpha Readme file                                                    *
* August 1, 2004                                                                              *
* Human-Computer Interaction Laboratory                                                       *
* University of Maryland                                                                      *
* http://www.cs.umd.edu/hcil/                                                                 *
***********************************************************************************************

INTRODUCTION
	
Welcome to PocketPiccolo.NET! PocketPiccolo.NET is a revolutionary way to create robust, full-featured
graphical applications in C#, for Pocket PCs, with striking features such as zooming and multiple
representation.


REQUIRMENTS

Installing Visual Studio 2003 is not necessary, but is recommended.  You will, however, need
the .NET Compact Framework to run PocketPiccolo.NET applications.  You can download it here:

"http://www.microsoft.com/downloads/details.aspx?FamilyID=1f62a2a3-7282-4ba9-b26b-2267e972501d&displaylang=en"


SOURCE DISTRIBUTION

Once you unzip the distribution, you will find four subdirectories under the PocketPiccolo.NET
root directory:

    ./Bin     - Contains all the files necessary to use PocketPiccolo.NET
    ./Source  - Contains all of the source code for PocketPiccolo.NET
    ./Samples - Contains Various samples.


BINARY DISTRIBUTION

The binary distribution contains all the files that are in the "./Bin" directory of the Source
distribution


GETTING STARTED

To use the code, open the root directory of the PocketPiccolo.NET distribution you downloaded.  If
you downloaded the Source, open the "./Bin" directory. You will find the following files:

   UMD.HCIL.PocketPiccolo.dll      - This dll contains the PocketPiccolo.NET 2d graphics framework
   UMD.HCIL.PocketPiccoloX.dll     - This dll contains non-essential, but useful PocketPiccolo
                                     framework code.

To use PocketPiccolo, you need to add a reference to UMD.HCIL.PocketPiccolo.dll and
UMD.HCIL.PocketPiccoloX.dll in your Smart Device Visual Studio project.


MORE INFORMATION

More PocketPiccolo documentation can be found on the Piccolo Website: "http://www.cs.umd.edu/hcil/piccolo"


LICENSE

PocketPiccolo.NET is an Open Source distribution.  But, to use the code, you must agree to the terms
of the BSD public license.  More information can be found on the Piccolo website.  The license is
included below for your reference.

Piccolo.NET BSD License
------------------------------------------------------------------------------------------------
Copyright (c) 2003-2004, University of Maryland
All rights reserved.
 
Redistribution and use in source and binary forms, with or without modification, are permitted
provided that the following conditions are met:
 

Redistributions of source code must retain the above copyright notice, this list of conditions
and the following disclaimer.  Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the documentation and/or other
materials provided with the distribution.  Neither the name of the University of Maryland nor
the names of its contributors may be used to endorse or promote products derived from this
software without specific prior written permission. 

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER
IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-------------------------------------------------------------------------------------------------