-
Notifications
You must be signed in to change notification settings - Fork 57
Tutorials wiselib school
Dimitrios Amaxilatis edited this page Jul 22, 2013
·
1 revision
In October 2010, we held a Wiselib school in Braunschweig, Germany. All of the material can be found at http://www.ibr.cs.tu-bs.de/alg/winterschool/, but you may start with:
-
Development Environment
-
Presentations
- Session 1: Introduction & Preliminaries. Wiselib basics and how to run first application with Shawn.
- Session 2: Wiselib Programming Basics. Structure of Wiselib, relation between algorithms and OS abstraction. C++ and templates.
- Session 3: Combining Algorithms Into Higher-Level Systems. Algorithm development; stackability and interchangeability.
- Session 4: Insight into Wiselib Internals. Applications, delegates, porting the Wiselib to a new platform.
-
Hand-on Sessions
- Hands-on templates: Templates for hands-on sessions to be able to directly start develpment.
- Session 2 Task: Task for hand-on session after Session 2.
- Session 3 Task: Task for hand-on session after Session 3.