Skip to content
Filip Bártek edited this page Jul 13, 2014 · 35 revisions

Slinky conductor

Slinky conductor is an art project for the course Interaction and Information Design (summer 2014). The result will be a music tool controlled by a slinky.

Documents

Tools

Core

Software

Hardware

  • slinky
    • @filipbartek: Magic Spring
  • digital camera

Optional

Software

Git

Interaction and Information Design

Slinky

Slinky juggling

Videos

OpenCV

Visual Studio

Source control

MicroProfiler

Boost

To set up Boost 1.55.0 in 32-bit Windows with Visual Studio 2010:

  1. Download boost_1_55_0-msvc-10.0-32.exe from here.
  2. Run boost_1_55_0-msvc-10.0-32.exe and go through the installation process.
  3. Set environment variable BOOST_ROOT to point to boost_1_55_0
  • E.g. C:\local\boost_1_55_0