Skip to content

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

    • VM v1.0 .zip, .z01 (multi-zip archive), alternatively as single rar file. Contains basic development environment, based on an Xubuntu. Can also be opened with VirtualBox. Wiselib code is a bit out-dated, so you may need to update.
  • 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