Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
multitouch
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Taddeüs Kroes
multitouch
Commits
1b9a1884
Commit
1b9a1884
authored
12 years ago
by
Taddeüs Kroes
Browse files
Options
Downloads
Patches
Plain Diff
Improved general structure of report.
parent
bb0fe911
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/report.tex
+16
-19
16 additions, 19 deletions
docs/report.tex
with
16 additions
and
19 deletions
docs/report.tex
+
16
−
19
View file @
1b9a1884
...
...
@@ -161,6 +161,7 @@ Python.
extendable, is to user different gesture trackers.
\chapter
{
Requirements
}
\label
{
chapter:requirements
}
% testimplementatie met taps, rotatie en pinch. Hieruit bleek:
% - dat er verschillende manieren zijn om bijv. "rotatie" te
...
...
@@ -173,10 +174,16 @@ Python.
% wellicht in een ander programma nodig om maar 1 hand te gebruiken, en
% dus punten dicht bij elkaar te kiezen (oplossing: windows).
% TODO: Move content into the following sections:
\section
{
Introduction
}
\section
{
Supporting multiple drivers
}
\section
{
Restricting gestures to a screen area
}
\section
{
Separating and extending code
}
\section
{
Introduction
}
% TODO
TODO: doel v/h experiment
To test multi-touch interaction properly, a multi-touch device is required.
The University of Amsterdam (UvA) has provided access to a multi-touch
...
...
@@ -248,7 +255,6 @@ Python.
\end{itemize}
\section
{
Requirements
}
\label
{
sec:requirements
}
From the observations in section
\ref
{
sec:observations
}
, a number of
requirements can be specified for the design of the event mechanism:
...
...
@@ -275,18 +281,16 @@ Python.
programmer to define custom gestures for an application.
\end{itemize}
% -------
% Results
% -------
\chapter
{
Design
}
\section
{
Components
}
Based on the requirements from
section
\ref
{
sec
:requirements
}
, a design
Based on the requirements from
chapter
\ref
{
chapter
:requirements
}
, a design
for the architecture has been created. The design consists of a number
of components, each having a specific set of tasks.
% TODO: Rewrite components, use more diagrams
\subsection
{
Event server
}
% vertaling driver naar point down, move, up
...
...
@@ -446,24 +450,17 @@ Python.
start server
\end{verbatim}
\section
{
\emph
{
hier moet een conslusie komen die de componenten aansluit op de requirements(?)
}}
% TODO
%
%\section{Network protocol}
% TODO
% ZeroMQ gebruiken voor communicatie tussen meerdere processen (in
% verschillende talen)
\chapter
{
Reference implementation
}
% TODO
% alleen window.contains op point down, niet move/up
% geen netwerk protocol
% een paar simpele windows en trackers
\chapter
{
Test applications
}
% TODO
% testprogramma's met PyGame
%\chapter{Conclusions}
% TODO
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment