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
f84b6adc
Commit
f84b6adc
authored
Jul 06, 2012
by
Taddeüs Kroes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added reference to PyGTK and added daemon implementation to conclusions.
parent
6c3205c8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
6 deletions
+15
-6
docs/report.bib
docs/report.bib
+6
-0
docs/report.tex
docs/report.tex
+9
-6
No files found.
docs/report.bib
View file @
f84b6adc
...
@@ -252,3 +252,9 @@
...
@@ -252,3 +252,9 @@
title = "{Hash map}"
title = "{Hash map}"
}
}
@misc{PyGTK,
author = "{The PyGTK Team}",
note = "\url{http://www.pygtk.org/}",
title = "{PyGTK}"
}
docs/report.tex
View file @
f84b6adc
...
@@ -821,9 +821,10 @@ the entire touch surface. The output of the application can be seen in figure
...
@@ -821,9 +821,10 @@ the entire touch surface. The output of the application can be seen in figure
\label
{
sec:testapp
}
\label
{
sec:testapp
}
The second test application uses the GIMP toolkit (GTK+)
\cite
{
GTK
}
to create
The second test application uses the GIMP toolkit (GTK+)
\cite
{
GTK
}
to create
its user interface. Since GTK+ defines a main event loop that is started in
its user interface. The PyGTK library
\cite
{
PyGTK
}
is used to address GTK+
order to use the interface, the architecture implementation runs in a separate
functions in the Python application. Since GTK+ defines a main event loop that
thread.
is started in order to use the interface, the architecture implementation runs
in a separate thread.
The application creates a main window, whose size and position are synchronized
The application creates a main window, whose size and position are synchronized
with the root event area of the architecture. The synchronization is handled
with the root event area of the architecture. The synchronization is handled
...
@@ -997,9 +998,11 @@ use explicit detection. Also, the modularity of this design allows extension of
...
@@ -997,9 +998,11 @@ use explicit detection. Also, the modularity of this design allows extension of
the set of supported gestures. Section
\ref
{
sec:testapp
}
demonstrates this
the set of supported gestures. Section
\ref
{
sec:testapp
}
demonstrates this
extendability.
extendability.
% TODO: Daemon implementatie
A true generic architecture should provide a communication interface that
provides support for multiple programming languages. A daemon implementation as
% TODO: terugkomen op resultaten uit testimplementatie
described by section
\ref
{
sec:daemon
}
is an example of such in interface. With
this feature, the architecture can be used in combination with a wide range of
application frameworks.
\chapter
{
Suggestions for future work
}
\chapter
{
Suggestions for future work
}
\label
{
chapter:futurework
}
\label
{
chapter:futurework
}
...
...
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