Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
iamjt committed Jan 15, 2013
1 parent ae652fb commit 8ccfda0
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions README.md
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.

0 comments on commit 8ccfda0

Please sign in to comment.