Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
multitouch
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Taddeüs Kroes
multitouch
Commits
1b9a1884
Commit
1b9a1884
authored
Jun 07, 2012
by
Taddeüs Kroes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Improved general structure of report.
parent
bb0fe911
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
19 deletions
+16
-19
docs/report.tex
docs/report.tex
+16
-19
No files found.
docs/report.tex
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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment