-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
22 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
ksketch2 | ||
======== | ||
|
||
Building KSketch2 | ||
|
||
Flash Builder Project settings for the projects in KSketch2- reworked_KSketch2 are included in the repository. | ||
Just import them into flash builder. | ||
|
||
Overview of project structure. | ||
|
||
Application projects | ||
KSketch_Portable (Access to mobile libraries) | ||
KSketch2_Desktop (Desktop Version with proper mouse and keyboard interactions) | ||
KSketch2_Web (Web version does not have full access to the mouse and has codes that sidestep some browser flash | ||
player issues) | ||
|
||
These three projects reference the interface library, KSketch2_Interface. KSketch2_Interface contains components and | ||
classes that are reusable across all 3 application projects. The components however, were created for interactions with | ||
the mouse. Components that are more suitable with mobile and touch interactions will be added to either this project | ||
or a new mobile interface project in the near future. | ||
|
||
KSketch2_Library contains codes that directly modifies the data model and does not reference anything else. |